Page 1 of 1

.csv will not upload for DB

Posted: Mon Feb 25, 2013 1:49 pm
by Jonathan Houck

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,


.csv will not upload for DB

Posted: Mon Feb 25, 2013 1:51 pm
by maxkatz

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


.csv will not upload for DB

Posted: Mon Feb 25, 2013 1:56 pm
by Jonathan Houck

Thanks, can you guestimate when it will be resolved?


.csv will not upload for DB

Posted: Tue Feb 26, 2013 12:55 am
by maxkatz

We are trying for early next week.


.csv will not upload for DB

Posted: Fri Mar 01, 2013 4:59 pm
by Sean Kelley

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.


.csv will not upload for DB

Posted: Fri Mar 01, 2013 10:17 pm
by Kateryna Grynko

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.


.csv will not upload for DB

Posted: Sat Mar 02, 2013 2:07 pm
by Sean Kelley

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?


.csv will not upload for DB

Posted: Sat Mar 02, 2013 2:36 pm
by maxkatz

The fix should be out on Tuesday.