kanchankumbhalk
13 years agoOccasional Contributor
blank data being pulled from datasource
Hi,
I am trying to pull data from datasource but its always blank.
I know I am doing it the right way because it works the first time i try it when I make a new project.
But all the subsequent times it doesnt pull any data. No error is given
eg:
def compensationType = context.expand( '${DataSource#CompensationType}' )
log.info "${compensationType}"
the log is always empty,instead of showing the data which is being pulled from the excel sheet datasource that I added
I am trying to pull data from datasource but its always blank.
I know I am doing it the right way because it works the first time i try it when I make a new project.
But all the subsequent times it doesnt pull any data. No error is given
eg:
def compensationType = context.expand( '${DataSource#CompensationType}' )
log.info "${compensationType}"
the log is always empty,instead of showing the data which is being pulled from the excel sheet datasource that I added