Open GoogleCodeExporter opened 9 years ago
Update: I think I've got a better handle on how to deal with multiple files at
input and output. The key step is to use filter("outputExtension1",
"outputExtension2") to create two output files with file extension that can be
recognized downstream. The only issue is aesthetic, that the files are named
"filename1.outputExtension1", "filename1.outputExtension2" instead of being
named "filename1.outputExtension1", and "filename2.outputExtension2".
Then if I ran another similar 2-file filter, the new filenames would be
"filename1.outputExtension1.newExtension1" and
"filename1.outputExtension1.newExtension2". Kind of spoils the use of a
filename audit trail, but at least I understand it.
One suggestion is to repeat the input names 'n' times, and repeat the subset
suffix 'n' times, then paste them together, where 'n' is the number of output
files requested.
I'm not clear exactly how things work yet, so apologies for posting an issue
here rather than a discussion thread. I can move there if you prefer. :-)
Original comment by jmw86...@gmail.com
on 14 Jan 2013 at 6:13
Original issue reported on code.google.com by
jmw86...@gmail.com
on 10 Jan 2013 at 10:03