CSV Upload Limit

Hello,
I am on the Personal Plan and trying to upload a csv file with ~30,000 entries. However when I try to validate the Data it always stops at exactly 69 out of 30,661. Also when I then upload these 69 entries I get the following error message:

The following entries could not be uploaded [{“row”:{“error_message”:{“args”:{“waiting_on”:“waiting on [KeyList(1) Key address_localization_keys ]”,“fn_source”:“function(){var e;if(t.length>0&&!s){e=f(t[a],a);if(e.error_message){s=a}return e}}”,“bubble_code”:“1536774064651x455146899736465400”},“already_reported”:true}},“message”:“LocationService: Error requesting upload_thing”}]

Event though I receive the above error message the 69 entries still seem to work.

Looking forward to your replies!
Noel18

1 Like

Personal plan limits to add only 100 records via CSV import.

So I have to upload the data separately 300 times?

  1. Upload this 300 times
  2. Import this via API (as I did)
  3. Upgrade your plan

The choice is yours.

1 Like

Ok thanks, do you know where I can find instructions on how to import via the api?

  1. Enable API manipulations for your thing - Settings - API tab - Checkbox your thing
  2. Name your connection and generate token. Copy it somewhere.
  3. Create Privacy Rule - Data - Privacy Rule - select thing - Define new role
  4. Now you can connect via API to create things - look at manual

It’s quite complicated thing from the beginning so be ready to invest some time.

1 Like

Ok thank you!