business_basic
The business_basic
view returns a reduced set of fields from our Business Data Schema.
If using the csv
format, it will keep all elements in multi-valued field lists in a single cell. This means a field like websites
will show up as a nested JSON object within the CSV.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
city | N/A |
country | N/A |
keys | N/A |
latitude | N/A |
longitude | N/A |
name | N/A |
postalCode | N/A |
province | N/A |
sourceURLs | N/A |
websites | N/A |
Updated over 5 years ago