Page 1 of 1
mapping rest service
Posted: Tue Aug 28, 2012 10:42 pm
by Emmz
Hey gang...
I have a simple json return from mysql. rest service. Data is mapped to fields and local storage via Tizzgi.
What if I add a column in the Mysql DB.
Can I use the Tiggzi "ADD" button and enter the new Column manually ?
Or do I have to Click the Test the Map from sample response and remap all my 50+ results ?
mapping rest service
Posted: Tue Aug 28, 2012 10:43 pm
by maxkatz
You can manually add/delete any parameter. In fact, you can define the entire response manually, if needed.
mapping rest service
Posted: Fri Aug 31, 2012 3:35 pm
by Emmz
Sweet ! It worked...That was simple... !
Thanks Max
mapping rest service
Posted: Tue Oct 16, 2012 7:21 pm
by Emmz
CRAP !!! This didnt work after all..!!!
The ADD places the data outside the $results Json.
Now I have to Re-Map everything again.
Would be nice to be able to do the ADD and keep inside the the returnd $result Object.