How to use export from one pipe as data for another without uploading again?

I want to use the output from one pipe as data in another pipe. Currently, I run the export and then download the csv after the run and then I upload that file again. Is there a way to do this without downloading/uploading again?

Comments