Jonathan Houck
Posts: 0
Joined: Mon Feb 25, 2013 1:49 pm

.csv will not upload for DB

I'm trying to upload a .csv collection into the DB. Every time i try to upload i get the following error. I am using Chrome but have also tried in IE

[Ljava.lang.Object; cannot be cast to [Ljava.lang.String;

thanks,

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

.csv will not upload for DB

It's a known issue.. we already fixed it. Just need to push it to production.

Jonathan Houck
Posts: 0
Joined: Mon Feb 25, 2013 1:49 pm

.csv will not upload for DB

Thanks, can you guestimate when it will be resolved?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

.csv will not upload for DB

We are trying for early next week.

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

.csv will not upload for DB

I just deleted my development data to change my data type so now I have no data to work with until this is resolved. Is there a work around other than manually adding data on the back end? I was simply uploading data with headers of column1, column2, ... and changed to column1:string,column2:number, ... Also, in general on system updates, do you do those on a particular day of the week every week or something like that? I am also waiting for the PhoneGap 2.4 update for youtube video play.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

.csv will not upload for DB

Hi,
You can use REST API for inserting values to collection. On io.tiggzi.com, "Collections" tab, you can see hints "GET", "FIND", "CREATE", "UPDATE", "DELETE".
As for updates, I don't have the timeframe yet. Follow updates in our blog.

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

.csv will not upload for DB

Thanks Katya- my planned method for updating my app data is to use the csv import every few days to replace existing data with new. If I had been live right now, my app would be broken until an unknown time in the future. What I am wondering is, was this an isolated incident that is not likely to happen again such that I should not be worried about future breakage?

I am concerned because I have to delete the collection before I can attempt to import a new one, as far as I can tell. I just looked at the option of updating my collection with the idea of importing a new one with a different name, then renaming the old and new, but I did not see an obvious way to rename collections. What might be a workaround to prevent me from being dataless in the future? Can the ability to rename collections be added?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

.csv will not upload for DB

The fix should be out on Tuesday.

Return to “Issues”