Discussion
1
Replies
397
Views
Posted: April 1, 2015
Last activity: April 2, 2015
Closed
Consume Excel file using Connect-REST
How to consume excel file using Connect-REST integrator. I have a rest rul which is produsing Excel format data. I need to consume this excel in my application. Can some one help me out on this. Thanks in advance.
Best bet is to map the REST response to a single-value property, then use a Parse-Delimited rule (via the Apply-Parse-Delimited activity method) to break up the data and map it to clipboard properties.