Sorry Patrick, I misread you completely.
Why not create a temp directory, and touch a file with each selected name in
that directory? That would eliminate duplicates. You could then apply the
fileset and filters to the temp directory.
Peter West
"Have you believed because you have seen me? Ble
On Mon, Apr 15, 2013 at 11:22 AM, Patrick Martin wrote:
> However, the id 1 gets duplicated. Is there anyway I can avoid this dupe?
>
> The pathconvert attribute preserveduplicates="false" does not bring any
> help here. also tried the uniq filter in a filtermapper, without luck.
>
If it's like
Hello,
I have a folder looking like:
folder1/file-1.txt
folder1/file-2.txt
folder2/file-1.txt
folder2/file-3.txt
i'd like to list the file ids: 1,2,3.
Trying with pathconvert:
However, the id 1 gets dupli