Skip to main content
TypeDefinitionExample
StringA sequence of characters — letters, numbers, or symbols. Enclose in quotes in CSV files."ABC Retail Inc"
IntegerA whole number — no decimals, no commas, no currency symbols. Can be as large as int64.8000000
DateISO 8601 date format only. Do not use MM/DD/YYYY or other formats."2024-01-30"
CurrencyISO 4217 three-letter currency code."USD"
CountryISO 3166 two-letter country code."US"
EnumMust exactly match one of the predefined allowed values. Uppercase preferred."EIN"
URLA web address. The protocol (http:// or https://) can be omitted."www.example.com"