cancel
Showing results for 
Search instead for 
Did you mean: 

communication channel does not picking the filename with spaces

Former Member
0 Kudos

Hi All,

FTP communication channel does not picking the filename with spaces.

How to resolve the issue .

Plz help me out.......

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Chandrashekar,

If you keep . then will pick all the files from the respective folder.

If all the files placed in that particular folder then you can keep the file naming convension as *.txt

else

if there are different files that need to be picked up by different Communication channels, there should be an unique identification for the files for the current interface.

let say, the file name starts with India 123.txt, then keep the file name as India*.txt. This should help you out to fix the issue.

Thanks,

Former Member
0 Kudos

Hi Hareenkumar ,

My requirement in like

cc has to pick up the all the files which have the file name like XY 45158.csv.

and it should not pick up the files which file name starts with "ABC*"

i added the ABC. in exclusion mask and trying with the *.csv.

but i'm getting error like "the file name or folder is not found.

waiting for your response

regards,

Chandra sekhar.

Former Member
0 Kudos

Hi Chandu,

As you said that file adapter need to pick only yhr file name startd with XY 45158.csv, then keep the file name as XY*.csv, there is nothing to keep in the exclusion mask. Now, it should pick all the files that start with XY.

Thanks,

Former Member
0 Kudos

Hi Hareenkumar ,

Adapter should not pick up the files which names start with "XYZ"

that is y i added exclusion mask,

and it should pick up the file which starts with "AB ."

That is why i made it like that

now can u suggest me any other solution

Thanks ,

Chandra sekhar.

Former Member
0 Kudos

Hi Hareenkumar ,

I want to tell u clearly abt my requirement

files should not be picked up with the name like "XYZ.*"

and it should pick up all the file other than the specified .

adapter is not picking the file which has the spaces in the naming

eg xy 5214.csv

how to mask the space in the file names

plz help me out

regards,

Chandra sekhar.

Former Member
0 Kudos

Hi Chandu,

If you would like topick up the files with the file naming convension as XY 123.csv, then keep the file naming convension in the CC as XY *.csv. This should fix the issue. I have tried it personally....

Thanks,

Edited by: Hareenkumar on Feb 2, 2011 8:21 AM

former_member463616
Contributor
0 Kudos

>>>>FTP communication channel does not picking the filename with spaces.

The name can contain a placeholder (*) at any point, so as to be able to select a list of files for processing.

write file name as

my*.txt

*.txt

File.

File.*

nwfi.

Among those, surely one will should work.

Regards,

Rajesh

Former Member
0 Kudos

Hi,

Is that a requirement to put spaces in File name? Also, try putting . in the Adapter File name, it will pick up the file

Thanks

Former Member
0 Kudos

try putting star.star