678
8 years agoRegular Contributor
JSON Builder - from Excel Data
i am looking to Form a JSON Request which empty JSON nodes in Excel file and build a JSON based on the attached Excel Data and String
test.id | userName | Password | Location | input.json |
1 | ashok | soap123 | { "userName": "${userName}", "Password": "${Password}" } | |
2 | ashok2 | soap123 | India | { "userName": "${userName}", "Password": "${Password}", "Location":"${Location} } |