post
https://buzz-key.api.beeswax.com/rest/list_item_bulk
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
When using the upload extra to upload bulk files of list items, the following considerations should be taken:
- Uploading a bulk file will replace any existing list items that are duplicates, and will add new list items
- File formats supported are
csv,txt,xlsandxlsx. - See details below on formatting of files
TXT Uploads
Text files are expected to be pipe separated with fields in specific order and separated by newlines. For example:
one_list_item, a list item with a value|0.4 a list item with a value and a name|0.4|a name goes here a list item with a name but no value||a name goes here
Forlat_longtext files, the order of fields islat|long|radius|value|nameas shown below:
10|10|0.5 10|13|0.5|0.9|Starbucks on Main St 10|15||0.9|Starbucks with default radius 10|16|||Starbucks with default radius and no value
CSV Uploads
For csv files each list_item should be a single string in quotes with pipes delimiting the values. Examples below:
"one_list_item",
"a list item with a value|0.4"
"a list item with a value and a name|0.4|a name goes here"
"a list item with a name but no value||a name goes here"For lat_long csv files, the order of fields is lat|long|radius|value|name as shown below:
"10|10|0.5",
"10|13|0.5|0.9|Starbucks on Main St",
"10|15||0.9|Starbucks with default radius",
"10|16|||Starbucks with default radius and no value",Excel Uploads
For excel bulk uploads (other than lat_long list type), the values must be in the first tab of the file and the file should not have a header row. The values must be in the following order, with only the list_item as a required field:
| list_item | value | list_item_name |
For lat_long lists, the values should be in the following order, with the lat and long as required fields:
latlongradius_kmvalue
Do not include a header row in the flle.
