You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For one valid jolt spec,
"spec": {
...
"@": "data2[&2].@(4,headers[&0])"
}
}
}
}
}
I am getting this error below:
File "/usr/local/lib/python3.6/site-packages/pyjolt-0.0.1-py3.6.egg/pyjolt/shiftr.py", line 476, in shiftr
File "/usr/local/lib/python3.6/site-packages/pyjolt-0.0.1-py3.6.egg/pyjolt/shiftr.py", line 436, in process_rhs
File "/usr/local/lib/python3.6/site-packages/pyjolt-0.0.1-py3.6.egg/pyjolt/shiftr.py", line 428, in process_rhs_split
File "/usr/lib64/python3.6/re.py", line 191, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or bytes-like object