I would like to know how I can change the title of a column in a collection.
ie: If I have a column called "Lastname" and I wish to change this column to "Familyname"
How would I do that?
The quickest way to rename a column would be to export your data from Kinvey to JSON, then open it in an editor like NotePad++ and do a replaceAll of Lastname - > Familyname then import the data back into Kinvey.
Thanks,
dhruv24888
I am a new Kinvey user. I am using Kinvey for developing a demo iOS app. I have got the data in to my collections and now I am trying to update the data in some of those collections. I wen through all the tutorials and forum posts but have not found anything so far.
Can anyone please guide me me through this!
1 person has this question