As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
1) How do I importing a csv file that has a field with leading zeroes (zipcodes)
2) Creating an API that returns a list of entities by geographic proximity. We have two tables, one simply with customer_IDs and their latitudes and longitudes, another with customer_IDs and 43 fields of other data including name. Simple, but I need to see how to setup in Kinvey.
3) How are API calls computed? Right now we have 182k, with no understanding of how our limited use has generated so many actions.
1 Comment
C
Caroline
said
over 9 years ago
1) Zipcodes are likely a string in this case rather than a number. Quotes around it will solve that.
2) What do you mean by setup? You mean how to do the data modeling, or something else?
3) It could be a bug in the code that is sending a lot of bad calls, or something else, hard to know. I can check on the API call quality if I have the KID.
Aaron
1) How do I importing a csv file that has a field with leading zeroes (zipcodes)
2) Creating an API that returns a list of entities by geographic proximity. We have two tables, one simply with customer_IDs and their latitudes and longitudes, another with customer_IDs and 43 fields of other data including name. Simple, but I need to see how to setup in Kinvey.
3) How are API calls computed? Right now we have 182k, with no understanding of how our limited use has generated so many actions.