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
the formula docs promise access to the python standard library, but to my chagrin i could not load/process a column with json data from within a formula by using python's built in json.loads() function.
Describe the solution you would like
enable reading json!
The text was updated successfully, but these errors were encountered:
apologies! wires must have crossed in my brain because regular expressions work in formulas without needing imports so i thought it applied to other modules
Makes sense @aeshna-cyanea, the "data engine" implementing formulas uses a few modules itself so those are already imported. I can see how that's confusing.
Describe the problem to be solved
the formula docs promise access to the python standard library, but to my chagrin i could not load/process a column with json data from within a formula by using python's built in
json.loads()
function.Describe the solution you would like
enable reading json!
The text was updated successfully, but these errors were encountered: