Author |
Message |
KenMathers
Joined: 03 Apr 2008 Posts: 4
|
Posted: Thu Nov 28, 2013 12:40 am Post subject: Filter files in only one source in a profile with multiple |
|
|
Hi all
I have a profile with many source/destination pairs.
In only ONE of those source folders, I want only .txt files.
I cannot work out how to have a File Include filter that only affects one source.
I tried specifying the Include filter with a full path c:\some_path\*.txt
But the result was that NONE of my other source folders returned anything.
And if I then added another include filter on each of the other source folders, the filter does not ripple down through sub folders.
Can someone explain how I should configure it? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8758
|
Posted: Thu Nov 28, 2013 10:59 pm Post subject: |
|
|
Hi , you'll need the latest version PRO 2.5 and build for this to work:
Exclude File Filter <1>*.*
[Exclude all files in the first source/target pair (can be used in profiles with multiple source/target pairs).] <1> at the beginning of a filter denotes that the filter only applies to the first pair.
Include File Filter <2>*.txt
[Include files with extension txt in the first source/target pair (can be used in profiles with multiple source/target pairs).] <1> at the beginning of a filter denotes that the filter only applies to the first pair. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|