Page 1 of 1

how to read text data from file and display in "label" field? Im good with using sevices and data mapping stuff. When i

Posted: Thu Jul 31, 2014 3:57 pm
by Russell Ackerman

im trying to read data from a text file and insert it into a "label" field and I am totally lost. The "file read service" has no default "response" entries... how do I get the data from the file to the display?


how to read text data from file and display in "label" field? Im good with using sevices and data mapping stuff. When i

Posted: Thu Jul 31, 2014 5:38 pm
by Kateryna Grynko

Hi Russell,

If you want to read this text file from Database, this thread can be helpful:
https://getsatisfaction.com/apperyio/...

If you want to read a local file just place it in a folder WEB_RESOURCES, and specify the file name in service parameter 'URL', then you can work with it if it was a usual service ( http://devcenter.appery.io/documentat...). Please note service Test tab won't work then.