I just wanted to ask that don’t we have post-processing capability for “GoogleCloudStorage_01”?
Basically we are using “streamsets/datacollector:3.18.1” for some testing purpose and we are fetching data from GCS and want to move file to some other location post processing.
Best answer by AkshayJadhav
Hi @karansing - We do not have any sample code as such but you can follow the steps to achieve the same:
Install gsutil on the data collector host.
Create a small script that remove the files from bucket.
Paste the commands in the shell executor and test it with sample data in dev environment.
Hello @karansing - Thank you for reaching out to the Streamsets Community. We do not have post-processing option available in the data collector 3.18.1 however you can try configuring the shell executor to remove the file from the bucket once it is processed.
@AkshayJadhav खूप खूप धन्यवाद जाधव साहेब, Hey I just checked with the documentation (here) but couldn’t find anything useful, can you please point me to the correct one or any sample code which does similar thing?