Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Maintain integrity with data using writable data source

Parasofttoudaya
Parasofttoudaya Posts: 232 ✭✭
edited November 2017 in SOAtest

Hi Team,

To maintain integrity of data while putting in writable data source.

While extracting to databank, There should be an option to be given to replace "null" string where the node doesn't have value in it or the node is not present for given array path.

For Example,
I am trying to get 10 rows from Response/Database, when there is no presence of data for 4 rows and 6 has the value in that specified data for the path. The specified column will not maintain integrity with other column.

So looking for a feature request to handle this.

for $item in (/root/item[*])
return
if ($item/products[1]/text()= "") then
"null"
else
$item1/products[1]/text()

Regards
Udaya

Comments