Forum Discussion
@akshay_patil2186 Storing data in SLDB is the risky approach as SL doesn’t store or cache our data. It’s not suggestable.
However, I assume that the file is somewhere in your network only and you need to push it to another server.
Why don’t you use other mechanisms and trigger from pipeline, read file names from directory browser and write using file writer without parsing or formatting, or simply use file operations snap.
Another approach will be using batch / shell commands invoked from pipeline. We can talk more solutions if you are looking for some other approach