diff --git a/CHANGELOG.md b/CHANGELOG.md index 244b3a79..ffa020f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +### [0.9.20] - 2024-06-29 + +### Fixed + +- Add check for funding requirements value due to missing data for UKR + ## [0.9.19] - 2024-06-25 ### Fixed diff --git a/requirements.txt b/requirements.txt index 9546e846..373a03d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,7 @@ num2words==0.5.13 # via quantulum3 oauthlib==3.2.2 # via requests-oauthlib -openpyxl==3.1.4 +openpyxl==3.1.5 # via hdx-python-utilities packaging==24.1 # via pytest diff --git a/src/hapi/pipelines/database/funding.py b/src/hapi/pipelines/database/funding.py index b37d9139..80ab3ec3 100644 --- a/src/hapi/pipelines/database/funding.py +++ b/src/hapi/pipelines/database/funding.py @@ -7,6 +7,7 @@ from hdx.utilities.dateparse import parse_date from sqlalchemy.orm import Session +from ..utilities.logging_helpers import add_message, add_missing_value_message from . import locations from .base_uploader import BaseUploader from .metadata import Metadata @@ -29,7 +30,9 @@ def __init__( def populate(self): logger.info("Populating funding table") + errors = set() for dataset in self._results.values(): + dataset_name = dataset["hdx_stub"] for admin_level, admin_results in dataset["results"].items(): resource_id = admin_results["hapi_resource_metadata"]["hdx_id"] hxl_tags = admin_results["headers"][1] @@ -55,8 +58,21 @@ def populate(self): values[reference_period_end_i][admin_code][irow] ) if reference_period_start > reference_period_end: - logger.error( - f"Date misalignment in funding data for {appeal_code} in {admin_code}" + add_message( + errors, + dataset_name, + f"Date misalignment in funding data for {appeal_code} in {admin_code}", + ) + continue + # This check for a missing funding line has been added due to + # an error in the UKR funding requirements data + funding_usd = values[funding_usd_i][admin_code][irow] + if funding_usd is None: + add_missing_value_message( + errors, + dataset_name, + "funding_usd", + appeal_code, ) continue funding_row = DBFunding( @@ -72,9 +88,7 @@ def populate(self): requirements_usd=values[requirements_usd_i][ admin_code ][irow], - funding_usd=values[funding_usd_i][admin_code][ - irow - ], + funding_usd=funding_usd, funding_pct=values[funding_pct_i][admin_code][ irow ], @@ -84,3 +98,5 @@ def populate(self): self._session.add(funding_row) self._session.commit() + for error in sorted(errors): + logger.error(error) diff --git a/tests/fixtures/input/fts-requirements-and-funding-data-for-ukraine.json b/tests/fixtures/input/fts-requirements-and-funding-data-for-ukraine.json index 5829a870..5c7ffb0c 100644 --- a/tests/fixtures/input/fts-requirements-and-funding-data-for-ukraine.json +++ b/tests/fixtures/input/fts-requirements-and-funding-data-for-ukraine.json @@ -1 +1 @@ -{"archived": false, "batch": "2c5f1232-74d8-43f0-a6bd-068cd155196b", "caveats": "Please see [About FTS](https://fts.unocha.org/content/about-fts-what-fts)", "creator_user_id": "154de241-38d6-47d3-a77f-0a9848a61df3", "data_update_frequency": "1", "dataseries_name": "OCHA FTS - Requirements and Funding Data", "dataset_date": "[2024-05-14T00:00:00 TO 2024-05-14T23:59:59]", "dataset_preview": "resource_id", "dataset_source": "OCHA Financial Tracking Service", "due_date": "2024-05-15T02:59:11", "has_geodata": false, "has_quickcharts": true, "has_showcases": true, "id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-05-14T02:59:11.747072", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "196196be-6037-4488-8b71-d786adf4c081", "maintainer_email": null, "metadata_created": "2017-07-21T00:34:03.870114", "metadata_modified": "2024-05-14T02:59:18.803713", "methodology": "Other", "methodology_other": "FTS is open to all government and private donors, funds, recipient agencies and implementing organizations wishing to report financial pledges and contributions for humanitarian action. FTS team curates the reported data by manually reviewing, validating and reconciling incoming information and updating FTS data records on an ongoing basis.", "name": "fts-requirements-and-funding-data-for-ukraine", "notes": "FTS publishes data on humanitarian funding flows as reported by donors and recipient organizations. It presents all humanitarian funding to a country and funding that is specifically reported or that can be specifically mapped against funding requirements stated in humanitarian response plans. The data comes from OCHA's [Financial Tracking Service](https://fts.unocha.org/), is encoded as utf-8 and the second row of the CSV contains [HXL](http://hxlstandard.org) tags.", "num_resources": 6, "num_tags": 3, "organization": {"id": "fb7c2910-6080-4b66-8b4f-0be9b6dc4d8e", "name": "ocha-fts", "title": "OCHA Financial Tracking System (FTS)", "type": "organization", "description": "The Financial Tracking System (FTS) is a centralized source of curated, continuously updated, fully downloadable data and information on humanitarian funding flows.\u202f Government donors, UN-administered funds, UN agencies, NGOs and other humanitarian actors exchange data and information with FTS in order to provide: a timely and continuously updated picture of funding flows into existing humanitarian operations; funding progress against humanitarian response plan and related appeal requirements and information on existing gaps; visibility on who is funding what across humanitarian operations\r\n\r\nFTS collects, curates and publishes all data reported to it by designated focal points within organizations. This is known as \u201ctotal reported funding.\u201d Some of this funding may contribute to collectively agreed objectives, activities and projects within Humanitarian Response Plans (HRPs) while other data may fall outside existing appeals.", "image_url": "", "created": "2014-10-20T14:40:53.614268", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-05-16T02:59:11", "owner_org": "fb7c2910-6080-4b66-8b4f-0be9b6dc4d8e", "package_creator": "mcarans", "pageviews_last_14_days": 8, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Ukraine\"]}", "state": "active", "subnational": "0", "title": "Ukraine - Requirements and Funding Data", "total_res_downloads": 5281, "type": "dataset", "updated_by_script": "HDX Scraper: FTS (2024-05-14T02:59:10.311924)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Ukraine", "id": "ukr", "image_display_url": "", "name": "ukr", "title": "Ukraine"}], "tags": [{"display_name": "covid-19", "id": "4c4c6a4e-00b0-49b0-a1a5-e5082f91f6e6", "name": "covid-19", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "funding", "id": "2bfc754f-deee-4e10-a85c-61ad8b8983f3", "name": "funding", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-07-21T00:34:03.879584", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848056\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.136138\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821773\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:42.018948\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599789\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:20:59.889660\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509345\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:30.442536\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420236\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:15.322462\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "id": "5c5eba7c-8665-4c20-b307-24873fc66473", "last_modified": "2024-05-14T02:59:10.589323", "metadata_modified": "2024-05-14T02:59:18.245553", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 0, "resource_type": "file.upload", "size": 2657, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/", "cache_last_updated": null, "cache_url": null, "created": "2020-10-14T04:03:14.000038", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements, Funding and Covid Funding Data for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848068\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.376491\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821787\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:41.955047\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599814\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:21:00.757074\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509355\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:30.955771\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420246\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:15.569486\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "id": "723099fa-bbf4-4dc6-9116-c63d665e25b4", "last_modified": "2024-05-14T02:59:10.762580", "metadata_modified": "2024-05-14T02:59:18.832493", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_covid_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 1, "resource_type": "file.upload", "size": 800, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-07-21T00:34:03.879588", "dataset_preview_enabled": true, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data by Cluster for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848075\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.323033\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821797\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:41.937619\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599824\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:21:00.158766\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509361\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:30.552609\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420252\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:15.293768\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "id": "23e77353-f7e2-40ab-a630-c501750c6659", "last_modified": "2024-05-14T02:59:11.081222", "metadata_modified": "2024-05-14T02:59:17.152595", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_cluster_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 2, "resource_type": "file.upload", "size": 17732, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/", "cache_last_updated": null, "cache_url": null, "created": "2020-10-14T04:03:14.000031", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data by Global Cluster for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848080\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.511194\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 176, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821806\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:41.989532\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 176, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599834\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:21:02.716708\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 176, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509366\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:30.346715\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 176, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420258\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:14.937255\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 176, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "id": "ad246b9d-dcc2-44bf-9863-a57a745e6fcb", "last_modified": "2024-05-14T02:59:11.248781", "metadata_modified": "2024-05-14T02:59:15.334449", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_globalcluster_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 3, "resource_type": "file.upload", "size": 20310, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-02-12T04:09:50.823839", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Incoming Funding Data for Ukraine for 2024", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848085\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.582329\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 343, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821815\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:42.154639\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 343, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599843\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:21:01.948730\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 384, \"new_display_value\": 384, \"old_value\": 343, \"old_display_value\": 343}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 384, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509371\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:31.018579\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 384, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420263\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:15.234909\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 390, \"new_display_value\": 390, \"old_value\": 384, \"old_display_value\": 384}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 390, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "id": "c84552e3-3bd3-4e27-a321-d2a625e5102a", "last_modified": "2024-05-14T02:59:11.417922", "metadata_modified": "2024-05-14T02:59:16.568961", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_incoming_funding_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 4, "resource_type": "file.upload", "size": 184448, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-04-17T02:57:58.015308", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Internal Funding Data for Ukraine for 2024", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-09T02:58:51.848091\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-09T02:58:57.390559\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 4, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-10T03:02:35.821824\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-10T03:02:41.922243\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 4, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-11T05:53:34.599852\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-11T06:21:03.416958\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 4, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-13T02:36:25.509376\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-13T02:36:30.735842\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 4, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-14T02:59:10.420268\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-14T02:59:15.122811\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 118, \"new_display_value\": 118, \"old_value\": 4, \"old_display_value\": 4}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 118, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "id": "c591e82f-ac0c-46fd-b1e9-f40a1b265a77", "last_modified": "2024-05-14T02:59:11.747072", "metadata_modified": "2024-05-14T02:59:16.106514", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "fts_internal_funding_ukr.csv", "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 5, "resource_type": "file.upload", "size": 58613, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "url_type": "upload"}]} +{"archived": false, "batch": "8abfc081-bc4b-4614-bb61-754524904363", "caveats": "Please see [About FTS](https://fts.unocha.org/content/about-fts-what-fts)", "creator_user_id": "154de241-38d6-47d3-a77f-0a9848a61df3", "data_update_frequency": "1", "dataseries_name": "OCHA FTS - Requirements and Funding Data", "dataset_date": "[2024-06-29T00:00:00 TO 2024-06-29T23:59:59]", "dataset_preview": "resource_id", "dataset_source": "OCHA Financial Tracking Service", "due_date": "2024-06-30T03:01:45", "has_geodata": false, "has_quickcharts": true, "has_showcases": true, "id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-06-29T03:01:45.228700", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "196196be-6037-4488-8b71-d786adf4c081", "maintainer_email": null, "metadata_created": "2017-07-21T00:34:03.870114", "metadata_modified": "2024-06-29T03:01:53.796531", "methodology": "Other", "methodology_other": "FTS is open to all government and private donors, funds, recipient agencies and implementing organizations wishing to report financial pledges and contributions for humanitarian action. FTS team curates the reported data by manually reviewing, validating and reconciling incoming information and updating FTS data records on an ongoing basis.", "name": "fts-requirements-and-funding-data-for-ukraine", "notes": "FTS publishes data on humanitarian funding flows as reported by donors and recipient organizations. It presents all humanitarian funding to a country and funding that is specifically reported or that can be specifically mapped against funding requirements stated in humanitarian response plans. The data comes from OCHA's [Financial Tracking Service](https://fts.unocha.org/), is encoded as utf-8 and the second row of the CSV contains [HXL](http://hxlstandard.org) tags.", "num_resources": 7, "num_tags": 3, "organization": {"id": "fb7c2910-6080-4b66-8b4f-0be9b6dc4d8e", "name": "ocha-fts", "title": "OCHA Financial Tracking System (FTS)", "type": "organization", "description": "The Financial Tracking System (FTS) is a centralized source of curated, continuously updated, fully downloadable data and information on humanitarian funding flows.\u202f Government donors, UN-administered funds, UN agencies, NGOs and other humanitarian actors exchange data and information with FTS in order to provide: a timely and continuously updated picture of funding flows into existing humanitarian operations; funding progress against humanitarian response plan and related appeal requirements and information on existing gaps; visibility on who is funding what across humanitarian operations\r\n\r\nFTS collects, curates and publishes all data reported to it by designated focal points within organizations. This is known as \u201ctotal reported funding.\u201d Some of this funding may contribute to collectively agreed objectives, activities and projects within Humanitarian Response Plans (HRPs) while other data may fall outside existing appeals.", "image_url": "", "created": "2014-10-20T14:40:53.614268", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-07-01T03:01:45", "owner_org": "fb7c2910-6080-4b66-8b4f-0be9b6dc4d8e", "package_creator": "mcarans", "pageviews_last_14_days": 19, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Ukraine\"]}", "state": "active", "subnational": "0", "title": "Ukraine - Requirements and Funding Data", "total_res_downloads": 5503, "type": "dataset", "updated_by_script": "HDX Scraper: FTS (2024-06-29T03:01:43.434944)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Ukraine", "id": "ukr", "image_display_url": "", "name": "ukr", "title": "Ukraine"}], "tags": [{"display_name": "covid-19", "id": "4c4c6a4e-00b0-49b0-a1a5-e5082f91f6e6", "name": "covid-19", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "funding", "id": "2bfc754f-deee-4e10-a85c-61ad8b8983f3", "name": "funding", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-07-21T00:34:03.879584", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433836\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:36.390027\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388225\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.451096\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687227\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.698357\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609738\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.643084\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537526\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.298253\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 34, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"f34d8c0e7d864fa74b559f22e1f24864\", \"hxl_header_hash\": \"e195be794ce5b69bea4244610edf1bf0\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "id": "5c5eba7c-8665-4c20-b307-24873fc66473", "last_modified": "2024-06-29T03:01:43.880590", "metadata_modified": "2024-06-29T03:01:50.580598", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 0, "resource_type": "file.upload", "size": 2651, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/5c5eba7c-8665-4c20-b307-24873fc66473/download/fts_requirements_funding_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/", "cache_last_updated": null, "cache_url": null, "created": "2020-10-14T04:03:14.000038", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements, Funding and Covid Funding Data for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433848\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:36.493524\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388236\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.324331\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687244\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.701767\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609750\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.401477\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537538\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.333861\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 5, \"ncols\": 13, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5a7cfe106730033758739f19fac39bce\", \"hxl_header_hash\": \"55579f0f795326986e0e6f4694d8183d\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"typeId\", \"typeName\", \"startDate\", \"endDate\", \"year\", \"requirements\", \"funding\", \"covidFunding\", \"covidPercentageOfFunding\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+type+id+fts_internal\", \"#activity+appeal+type+name\", \"#date+start\", \"#date+end\", \"#date+year\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+covid+usd\", \"#value+funding+covid+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "id": "723099fa-bbf4-4dc6-9116-c63d665e25b4", "last_modified": "2024-06-29T03:01:44.073006", "metadata_modified": "2024-06-29T03:01:52.019343", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_covid_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 1, "resource_type": "file.upload", "size": 800, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/723099fa-bbf4-4dc6-9116-c63d665e25b4/download/fts_requirements_funding_covid_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-07-21T00:34:03.879588", "dataset_preview_enabled": true, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data by Cluster for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433854\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:37.380458\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388243\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.317597\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687255\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.925029\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609756\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.617294\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 150, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537544\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.295988\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 143, \"new_display_value\": 143, \"old_value\": 150, \"old_display_value\": 150}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 143, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "id": "23e77353-f7e2-40ab-a630-c501750c6659", "last_modified": "2024-06-29T03:01:44.266159", "metadata_modified": "2024-06-29T03:01:49.541611", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_cluster_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 2, "resource_type": "file.upload", "size": 16905, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/23e77353-f7e2-40ab-a630-c501750c6659/download/fts_requirements_funding_cluster_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/", "cache_last_updated": null, "cache_url": null, "created": "2020-10-14T04:03:14.000031", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Annual Requirements and Funding Data by Global Cluster for Ukraine", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433859\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:36.517323\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 174, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388248\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.509583\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 174, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687265\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.768065\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 174, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609762\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.706687\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 167, \"new_display_value\": 167, \"old_value\": 174, \"old_display_value\": 174}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 167, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537550\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.415390\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 167, \"ncols\": 12, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"3b0eb486761ce593aa031335b1a18647\", \"hxl_header_hash\": \"964ffc3128f4cc47b9ecc028e37f42be\", \"headers\": [\"countryCode\", \"id\", \"name\", \"code\", \"startDate\", \"endDate\", \"year\", \"clusterCode\", \"cluster\", \"requirements\", \"funding\", \"percentFunded\"], \"hxl_headers\": [\"#country+code\", \"#activity+appeal+id+fts_internal\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#date+start\", \"#date+end\", \"#date+year\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"#value+funding+required+usd\", \"#value+funding+total+usd\", \"#value+funding+pct\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "id": "ad246b9d-dcc2-44bf-9863-a57a745e6fcb", "last_modified": "2024-06-29T03:01:44.617142", "metadata_modified": "2024-06-29T03:01:52.900895", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_requirements_funding_globalcluster_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 3, "resource_type": "file.upload", "size": 19269, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/ad246b9d-dcc2-44bf-9863-a57a745e6fcb/download/fts_requirements_funding_globalcluster_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-02-12T04:09:50.823839", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Incoming Funding Data for Ukraine for 2024", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433865\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:37.762763\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 472, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388253\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.367967\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 475, \"new_display_value\": 475, \"old_value\": 472, \"old_display_value\": 472}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 475, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687274\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.861317\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 475, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609767\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.756077\", \"sheet_changes\": [{\"name\": \"__DEFAULT__\", \"event_type\": \"spreadsheet-sheet-changed\", \"changed_fields\": [{\"field\": \"nrows\", \"new_value\": 476, \"new_display_value\": 476, \"old_value\": 475, \"old_display_value\": 475}]}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 476, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537556\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.301320\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 476, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "id": "c84552e3-3bd3-4e27-a321-d2a625e5102a", "last_modified": "2024-06-29T03:01:44.831192", "metadata_modified": "2024-06-29T03:01:50.023732", "microdata": false, "mimetype": "", "mimetype_inner": null, "name": "fts_incoming_funding_ukr.csv", "p_coded": false, "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 4, "resource_type": "file.upload", "size": 225656, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c84552e3-3bd3-4e27-a321-d2a625e5102a/download/fts_incoming_funding_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-04-17T02:57:58.015308", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Internal Funding Data for Ukraine for 2024", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433870\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:36.473724\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 127, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388258\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:12.348486\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 127, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687284\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:52.874112\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 127, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609772\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:08.761033\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 127, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537561\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:49.331408\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 127, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "id": "c591e82f-ac0c-46fd-b1e9-f40a1b265a77", "last_modified": "2024-06-29T03:01:45.015426", "metadata_modified": "2024-06-29T03:01:51.266744", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "fts_internal_funding_ukr.csv", "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 5, "resource_type": "file.upload", "size": 62331, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/c591e82f-ac0c-46fd-b1e9-f40a1b265a77/download/fts_internal_funding_ukr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-06-02T03:01:54.911632", "dataset_preview_enabled": false, "datastore_active": false, "description": "FTS Outgoing Funding Data for Ukraine for 2024", "download_url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-25T02:06:29.433876\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-25T02:06:41.629360\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 8, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-26T04:06:05.388263\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-26T04:06:17.149504\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 8, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-27T02:59:46.687292\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-27T02:59:55.499833\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 8, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-28T03:02:02.609777\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-28T03:02:11.794013\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 8, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-06-29T03:01:43.537567\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-06-29T03:01:52.669232\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 8, \"ncols\": 37, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"5df92721350628fd77319392600489b4\", \"hxl_header_hash\": \"d2b75f7408619156eb1140489a3f3c07\", \"headers\": [\"date\", \"budgetYear\", \"description\", \"amountUSD\", \"srcOrganization\", \"srcOrganizationTypes\", \"srcLocations\", \"srcUsageYearStart\", \"srcUsageYearEnd\", \"destPlan\", \"destPlanCode\", \"destPlanId\", \"destOrganization\", \"destOrganizationTypes\", \"destGlobalClusters\", \"destLocations\", \"destProject\", \"destProjectCode\", \"destEmergency\", \"destUsageYearStart\", \"destUsageYearEnd\", \"contributionType\", \"flowType\", \"method\", \"boundary\", \"onBoundary\", \"status\", \"firstReportedDate\", \"decisionDate\", \"keywords\", \"originalAmount\", \"originalCurrency\", \"exchangeRate\", \"id\", \"refCode\", \"createdAt\", \"updatedAt\"], \"hxl_headers\": [\"#date\", \"#date+year+budget\", \"#description+notes\", \"#value+funding+total+usd\", \"#org+name+funder\", \"#org+type+funder+list\", \"#country+iso3+funder+list\", \"#date+year+start+funder\", \"#date+year+end+funder\", \"#activity+appeal+name\", \"#activity+appeal+id+external\", \"#activity+appeal+id+fts_internal\", \"#org+name+impl\", \"#org+type+impl+list\", \"#sector+cluster+name+list\", \"#country+iso3+impl+list\", \"#activity+project+name\", \"#activity+project+code\", \"#crisis+name\", \"#date+year+start+impl\", \"#date+year+end+impl\", \"#financial+contribution+type\", \"#financial+contribution+type\", \"#financial+method\", \"#financial+direction\", \"#financial+direction+type\", \"#status+text\", \"#date+reported\", \"#date+decision\", \"#description+keywords\", \"#value+funding+total\", \"#value+funding+total+currency\", \"#financial+fx\", \"#activity+id+fts_internal\", \"#activity+code\", \"#date+created\", \"#date+updated\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv", "id": "1f41e87f-34b9-477f-937c-6302d273f376", "last_modified": "2024-06-29T03:01:45.228700", "metadata_modified": "2024-06-29T03:01:53.818288", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "fts_outgoing_funding_ukr.csv", "package_id": "3ade4119-fa7c-476b-94a9-f001c6c8e7ba", "position": 6, "resource_type": "file.upload", "size": 3436, "state": "active", "url": "https://data.humdata.org/dataset/3ade4119-fa7c-476b-94a9-f001c6c8e7ba/resource/1f41e87f-34b9-477f-937c-6302d273f376/download/fts_outgoing_funding_ukr.csv", "url_type": "upload"}]} diff --git a/tests/fixtures/input/funding_ukr_fts_requirements_funding_ukr.csv b/tests/fixtures/input/funding_ukr_fts_requirements_funding_ukr.csv index 27bc8c38..47db784d 100644 --- a/tests/fixtures/input/funding_ukr_fts_requirements_funding_ukr.csv +++ b/tests/fixtures/input/funding_ukr_fts_requirements_funding_ukr.csv @@ -1,24 +1,24 @@ countryCode,id,name,code,typeId,typeName,startDate,endDate,year,requirements,funding,percentFunded #country+code,#activity+appeal+id+fts_internal,#activity+appeal+name,#activity+appeal+id+external,#activity+appeal+type+id+fts_internal,#activity+appeal+type+name,#date+start,#date+end,#date+year,#value+funding+required+usd,#value+funding+total+usd,#value+funding+pct -UKR,,Not specified,,,,,,2027,,2994012, -UKR,,Not specified,,,,,,2026,,7592229, -UKR,,Not specified,,,,,,2025,,77427247, -UKR,1177,Ukraine Humanitarian Response Plan 2024,HUKR24,4,Humanitarian response plan,2024-01-01,2024-12-31,2024,3107702931,668516837,22 -UKR,,Not specified,,,,,,2024,,34392644, -UKR,1124,Ukraine Humanitarian Response Plan 2023,HUKR23,4,Humanitarian response plan,2023-01-01,2023-12-31,2023,3945656687,2847032800,72 -UKR,,Not specified,,,,,,2023,,634487080, -UKR,1081,Ukraine Humanitarian Response Plan 2022,HUKR22,4,Humanitarian response plan,2022-01-01,2022-12-31,2022,0,8476145,0 -UKR,1102,Ukraine Flash Appeal 2022,FUKR22,5,Flash appeal,2022-03-01,2022-12-31,2022,4292463880,3778429100,88 -UKR,,Not specified,,,,,,2022,,752433111, +UKR,,Not specified,,,,,,2027,,29333446, +UKR,,Not specified,,,,,,2026,,33336012, +UKR,,Not specified,,,,,,2025,,97654028, +UKR,1177,Ukraine Humanitarian Response Plan 2024,HUKR24,4,Humanitarian response plan,2024-01-01,2024-12-31,2024,3107702931,879188121,28 +UKR,,Not specified,,,,,,2024,,53181561, +UKR,1124,Ukraine Humanitarian Response Plan 2023,HUKR23,4,Humanitarian response plan,2023-01-01,2023-12-31,2023,3945656687,2874078619,73 +UKR,,Not specified,,,,,,2023,,635875335, +UKR,1081,Ukraine Humanitarian Response Plan 2022,HUKR22,4,Humanitarian response plan,2022-01-01,2022-12-31,2022,0,, +UKR,1102,Ukraine Flash Appeal 2022,FUKR22,5,Flash appeal,2022-03-01,2022-12-31,2022,4292463880,3808701203,89 +UKR,,Not specified,,,,,,2022,,752189309, UKR,1015,Ukraine Humanitarian Response Plan 2021,HUKR21,4,Humanitarian response plan,2021-01-01,2021-12-31,2021,167982922,106445580,63 UKR,,Not specified,,,,,,2021,,68087180, UKR,830,Ukraine 2020,HUKR20,4,Humanitarian response plan,2020-01-01,2020-12-31,2020,204653234,123030027,60 UKR,,Not specified,,,,,,2020,,92287509, UKR,662,Ukraine Humanitarian Response Plan (HRP) 2019,HUKR19,4,Humanitarian response plan,2019-01-01,2019-12-31,2019,163640038,85630793,52 UKR,,Not specified,,,,,,2019,,69459095, -UKR,641,Ukraine Humanitarian Response Plan 2018,HUKR18,4,Humanitarian response plan,2018-01-01,2018-12-31,2018,186909122,70898032,38 +UKR,641,Ukraine Humanitarian Response Plan 2018,HUKR18,4,Humanitarian response plan,2018-01-01,2018-12-31,2018,186909122,71016515,38 UKR,,Not specified,,,,,,2018,,83664720, -UKR,531,Ukraine Humanitarian Response Plan 2017,HUKR17,4,Humanitarian response plan,2017-01-01,2017-12-31,2017,203608611,74606618,37 +UKR,531,Ukraine Humanitarian Response Plan 2017,HUKR17,4,Humanitarian response plan,2017-01-01,2017-12-31,2017,203608611,75992269,37 UKR,,Not specified,,,,,,2017,,84949488, UKR,507,Ukraine 2016,HUKR1615,4,Humanitarian response plan,2016-01-01,2015-12-31,2016,297907511,105289272,35 UKR,,Not specified,,,,,,2016,,107651499, diff --git a/tests/test_main.py b/tests/test_main.py index 78d1ed32..8e31681d 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -182,7 +182,7 @@ def test_pipelines(self, configuration, folder): count = session.scalar( select(func.count(DBFunding.resource_hdx_id)) ) - check.equal(count, 57) + check.equal(count, 56) count = session.scalar( select(func.count(DBConflictEvent.resource_hdx_id)) )