Hi! Maybe this is very basic but I’m having trouble finding a way to apply a same python transformation to multiple datasets.
I have a way to filter out my datasets by some words in the name of the dataset, the datasets are different between themselves (so making a union between them is a huge hasle), but my code would still work on all of them. However, as with python transforms you have to pass the RID each dataset I can’t find a way to apply my transformation to all of them.
Is there a way to pass a folder as an input and go over all the datasets inside it? Any ideas? Am I missing something here?
Thanks in advance.