I’ve created a Python script to parse incoming data from one format to another. I’m currently using a code node to execute this script, but was wondering if it’s possible to build a custom node with this Python script so that we wouldn’t have to use the code node to use it’s functionalities.
@Tapan_Kumar_Patro Thank you for your response. I’ve looked at the starter module that you’ve referenced to and it’s now my understanding that I need to use JavaScript/TypeScript to create a custom node. Maybe it would be possible to execute the Python script externally when called upon by custom node but that might make it unnecessarily complex and could decrease performance.
I saw that your question was answered in it’s own thread so I hope that you’ll manage to find a workaround