cancel
Showing results for 
Search instead for 
Did you mean: 

Picking up the files in a particular order

Former Member
0 Kudos

In the sender communication channel i have mentioned the file name as plannedorder*.xml

And in the source directory i have 5 files , plannedorder1.xml,plannedorder2.xml,plannedorder3.xml etc

Now my requirement is xi has to pick the file in this order only.

I dont want plannedorder2.xml to be picked before plannedorder1.xml.

How can i achieve this.

Regards,

Divia

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

As said above you can use processing sequence feature for NFS.

Alternate is to use script for reading the file from a file system in a order. This can be done for FTP as well as NFS

Thanks

Gaurav

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

File Adapter allows you to configure the Processing Sequence of files for the Transport Protocol "File System (NFS)", which also determines the order for EOIO processing. Files can either be processed in ascending alphabetical order (Processing Sequence "By Name") or by their last modification time stamp (Processing Sequence "By Date"), where the oldest file is processed first. For the Transport Protocol "File Transfer Protocol (FTP)" files are always processed in ascending alphabetical order

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

file would not picked in order. but when these file inside XI then you use these on the basis of content.

Former Member
0 Kudos

hi,

[;

wll help to solve ur query

Regards

Siddhesh