Forum Discussion
KarelHusa
9 years agoChampion Level 1
If you post the Groovy code we might be able to help.
The windows paths are a bit tricky, I assume it will be the issue.
- Sandyapitester9 years agoFrequent Contributor
Hi Bro
Thanks for the update it's working now because have used POI jar file
it's supporting all the file format
Am facing a new issue now
Open source need to transfer the response value in the property but the problem is
response having
{
username:XYX
Firstname:ABX
Lastname:ZZZ
}
{
username:zya
Firstname:fff
Lastname:xxx
}
{
username:qqq
Firstname:ooo
Lastname:oooo
}
here need to pass only XYX value in my property and oooo too
if u know the solution help me to fix it
- amitgrover89 years agoOccasional Contributor
Try using username[0] and Lastname[2]
- nmrao9 years agoChampion Level 3Avoid cross posts, please.
Related Content
- 6 years ago
Recent Discussions
- 4 days ago
- 8 days ago
xml to soap
Solved8 days ago