Options

Execute Python Script

SanSan Member Posts: 15 Contributor I
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.

Best Answer

  • Options
    kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    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.
Sign In or Register to comment.