**Feature file code: ** `
Scenario: Create Route
* def num = '3513113555'
* def details = "NAN"
* text func =
"""
UserId,Details
num ,details
"""
* print func
`
Problem
on mentioned code snipped my def variable is considering as string also tried with " or ' or <>
I want to generate runtime CSV with some dynamic data and data is coming from a JSON / test file