Execute Python Script
Hello all, i am giving input file as txt from my local repository path inside python script as input for converting txt to json and storing it in a local repository as json. But I would like to read txt through read document operator and then give that example set or a document as input to execute python script operator. Please tell me how to do it or just share those small snippet.
Find more posts tagged with
Sort by:
1 - 1 of
11

You could store your snippet in a macro before you execute your python, and just call it back from within your python script. Using the %{my_macro_value} works directly in the python operator.
Sort by:
1 - 1 of
11
You could store your snippet in a macro before you execute your python, and just call it back from within your python script. Using the %{my_macro_value} works directly in the python operator.