There are three categories of information that need to be checked when preparing data for upload.
Column Headings
Column headings must be recognized by FDW. When uploading ad hoc data, column names may need to be adjusted.
Source files uploaded to FDW must include properly defined column headings, including:
Column headings with correctly spelled metadata fields.
Column headings that contain metadata fields recognized by FDW.
A column heading for each column that contains data.
The examples below describe common errors related to column headings:
Example 1: Incorrect Column Heading
Scenario: Uploading price data using the import screen (https://fdw.fews.net/en/admin/price/marketprice/import/) results in the following error message:
Explanation: The country
column heading is missing or spelled incorrectly in the source file.
Solution: Ensure the source file contains the corrected column heading.
Example 2: Mismatched or Blank Column Heading
Scenario: Uploading price data from the import screen (https://fdw.fews.net/en/admin/price/marketprice/import/) results in the following error message:
Explanation: The error indicates a mismatch in the column headings contained in the file and those recognized by FDW. For example, the data_source_document
name or data_source_organization
name in the file do not align with those in FDW. This error may also indicate that the file contains a blank column heading.
Solution: Ensure all column headings are titled correctly and there are no blank headings.
Metadata values must be recognized by FDW. New metadata must be added through the data series or metadata importing screen.
Source files uploaded to FDW must include appropriate metadata information, including:
Metadata values that match those available in FDW.
Compatible metadata values for each record.
Metadata values free of extra characters or values that cannot be recognized.
The examples below describe common errors related to metadata:
Example 1: Invalid CPI Metadata Values
Scenario: Uploading CPI data (https://fdw.fews.net/en/admin/price/priceindexvalue/import/) results in 1 skipped result.
Explanation: The metadata values for the columns (such as the index_name or geographic_unit) do not match those in FDW.
Solution: Correct the metadata values to match those in FDW.
Example 2: Invalid Exchange Rate Metadata Values
Scenario: Uploading exchange rate data from the import screen (https://fdw.fews.net/en/admin/price/exchangeratevalue/import/) results in the following error message:
Explanation: The market name in FDW and the file do not match.
Solution: Correct the market name in the file.
Example 3: Incompatible metadata values
Scenario: Uploading cross border trade metadata (https://fdw.fews.net/en/admin/trade/tradeflowquantity/import/) results in 3 invalid results:
Explanation: The invalid results are caused by incompatible values across the flow_type
, source_country
, and destination_country
fields. E.g., a flow_type
value of export
cannot be valid if the source_country
and destination_country
values are the same.
Solution: The values must be corrected to upload the data successfully.
Example 4: Extra character or value
Scenario: A user uploads IPC data (https://fdw.fews.net/en/admin/warehouse/dataupload/add/) and receives the following error message:
Explanation: This error is caused by an extra character or value under the metadata columns. Solution: Removing the extra character or value will resolve the issue. You can use the TRIM function in Excel to remove extra spaces from text, leaving only a single space between words and no space characters at the start or end of the text.
Data Values
Data values must be accurately matched to their column headings.
Source files uploaded to FDW must include appropriate data values, including:
The examples below describe common errors related to data values:
Example 1: Data values do not match metadata
Scenario: A user uploads price data from the data collection screen (https://fdw.fews.net/en/admin/warehouse/datacollection/add/) and receives the following error message:
Similarly, uploading the same file from the import screen (https://fdw.fews.net/en/admin/price/marketprice/import/) results in the following error message:
Explanation: The file contains interchanged data values for the price_type
and product_source
columns. As the data values could not be matched to the metadata fields in the column headings, they could not be uploaded.
Solution: Correcting the file so the data values align with the correct metadata field will resolve the issue.