cancel
Showing results for 
Search instead for 
Did you mean: 

Archiving Files

dmiller
Former Employee

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.

56%20AM

Configuration

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

Downloads

Generic.Archive.slp (5.9 KB)


Diane Miller
10 REPLIES 10

ash42
New Contributor III

any update on this?

SpiroTaleski
Valued Contributor

@ash42

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

ash42
New Contributor III

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)
image

Any way to reolve this

Edit: Actually its not even writing completely to both files sometimes

SpiroTaleski
Valued Contributor

@ash42

Can you please share the configuration of the Binary Copy Snap?

ash42
New Contributor III

@Spiro_Taleski

image
image

No configurations