Can we manipulate Datasets with files using Functions

I have a dataset containing .json and .txt files and I was wondering if there is any way for me to do CRUD operations using Functions? I don’t see any documentation relating to it so I wonder if there is any possible methods

Thanks in advance!

Functions are built to operate in the ontology space.

For manipulating datasets, you’ll need to use transforms.

You can use something like transforms python functions.

1 Like