⁉️Import Errors

ErrorDescriptionHow to Fix

__ column is required

Caused when an expected column is not found in the csv. Required columns are: - code - trusted - lat - lon

Add the required column to the CSV file

trusted value should be one of the following: known, uncertain, or unknown

Caused if a value in the "trusted" column is not equal to "known", "uncertain", or "unknown"

Make sure all values in the trusted column are one of the required values

__ should be within the range __ and __

Caused when a value is outside of the expected range.

Make sure all values are within the specified range.

Last updated