I have a text file in my “/tmp” directory named “data.txt”
Now every time when I run the pipeline, I want to write data to the same file.
I was trying to use LocalFS but I couldnt find anyway wherein I could append data to the same file.
Can anyone help me out with this?