csv to json integer parse error using placeholders
so i have one csv file from there i'm parsing data in json, but there is integer conversion issue. def foo = '10' string json = { bar: '#(1 * foo)' } match json == '{"bar":10.0}' string json = {…
so i have one csv file from there i'm parsing data in json, but there is integer conversion issue. def foo = '10' string json = { bar: '#(1 * foo)' } match json == '{"bar":10.0}' string json = {…