@@ -456,14 +456,12 @@ private function normalizeRow(array $row): array
456456 'name_ru ' => $ row ['name_ru ' ] ?? null ,
457457 'name_ar ' => $ row ['name_ar ' ] ?? null ,
458458 'name_zh ' => $ row ['name_zh ' ] ?? null ,
459-
460459 'short_description_en ' => $ row ['short_description_en ' ] ?? null ,
461460 'short_description_fr ' => $ row ['short_description_fr ' ] ?? null ,
462461 'short_description_es ' => $ row ['short_description_es ' ] ?? null ,
463462 'short_description_ru ' => $ row ['short_description_ru ' ] ?? null ,
464463 'short_description_ar ' => $ row ['short_description_ar ' ] ?? null ,
465464 'short_description_zh ' => $ row ['short_description_zh ' ] ?? null ,
466-
467465 'description_en ' => $ row ['description_en ' ] ?? null ,
468466 'justification_en ' => $ row ['justification_en ' ] ?? null ,
469467 'criteria ' => $ row ['criteria_txt ' ] ?? null ,
@@ -473,19 +471,15 @@ private function normalizeRow(array $row): array
473471 'date_end ' => $ row ['date_end ' ] ?? null ,
474472 'danger_list ' => $ row ['danger_list ' ] ?? null ,
475473 'area_hectares ' => $ toFloat ($ row ['area_hectares ' ] ?? null ),
476-
477474 'category ' => $ row ['category ' ] ?? null ,
478475 'category_id ' => $ toInt ($ row ['category_id ' ] ?? null ),
479-
480476 'states_names ' => is_array ($ row ['states_names ' ] ?? null ) ? $ row ['states_names ' ] : [],
481477 'iso_codes ' => $ row ['iso_codes ' ] ?? null ,
482478 'region ' => $ row ['region ' ] ?? null ,
483479 'region_code ' => $ row ['region_code ' ] ?? null ,
484480 'transboundary ' => $ toBool ($ row ['transboundary ' ] ?? null ),
485-
486- 'image_url ' => $ row ['image_url ' ] ?? null ,
481+ 'image_url ' => $ row ['main_image_url ' ] ?? null ,
487482 'images_urls ' => $ images ,
488-
489483 'uuid ' => $ row ['uuid ' ] ?? null ,
490484 'id_no ' => $ row ['id_no ' ] ?? null ,
491485 'coordinates ' => $ row ['coordinates ' ] ?? null ,
0 commit comments