11-29-2018 11:25 AM
Submitted by @stodoroska from Interworks
This pipeline reads the file from source location, writes it to the archive location, and after that deletes the files from source location.
Source and Archive location are configured using pipeline parameters.
Sources: Files on a File sharing system
Targets: Files on a File sharing system
Snaps used: File Reader, File Writer, and File Delete
Generic.Archive.slp (5.9 KB)
02-08-2022 07:34 AM
any update on this?
02-09-2022 09:37 AM
File Operation - supported file protocols are: local file (file:///), FTP, SFTP, S3, WASB, and WASBS.
If you want to move files from one to another location on the same server, then you can use File Operation Snap.
File Operation Snap can’t be used, If you want to move files between different servers. In that case, you should use File Reader(reading the file from source server) and File Writer(writing the file to target server)
Regards,
Spiro Taleski
02-10-2022 02:23 AM
Hi,
I am trying to read a file having large number of records and write into two different files using binary copy.So whats happening is it is writing all records to one of the file,but in other file some records are missing(around bottom 7000 records)
Any way to reolve this
Edit: Actually its not even writing completely to both files sometimes
02-10-2022 03:58 AM
Can you please share the configuration of the Binary Copy Snap?
02-10-2022 04:06 AM