Forum Discussion
KarelHusa
10 years agoSuper Contributor
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.
Sandyapitester
10 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
- amitgrover810 years agoOccasional Contributor
Try using username[0] and Lastname[2]
- nmrao10 years agoCommunity HeroAvoid cross posts, please.