Forum Discussion

Vishakha_Maan's avatar
Vishakha_Maan
New Contributor
3 years ago

How to parse mapper output value in python script?

Hi, i want to parse mapper output value in script python snap For e.g the mapper has 1 column i.e. wait_time and the value in it is 5(it’s dynamic). Now I want this value to be parsed in time.sleep(5).
I want it to be dynamic?