-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match input/output file grouping #41
Comments
Please provide an example. The current rules are
|
The example is to try to get this work. Currently the problem is exactly that My intended behavior is like this:
where |
All you need to do is to change
to
Because |
Oh that's a typo! Actually I did document that myself after you introduced that Option I think I've proposed to dedicate |
I just tried to summarize the effect of these options in On Sun, Mar 20, 2016 at 12:21 AM, gaow notifications@github.com wrote:
|
Great. Yes it is a nice summary! I just thought that since the only exception to |
Without group_by or for_each, what I said it is still logically Ok because it is understandable that if there is no loop involved then a loop variable means the same as the original. |
Well, we can even use input, output and say _input and _output are On Sun, Mar 20, 2016 at 12:35 AM, gaow notifications@github.com wrote:
|
How about we make all input and output publicly available? Instead of using local Right now
Proposed
|
I think this might cause problem and we should stick with
and all I'm concerned is |
I agree. I have learned the hard way from VPT not to use step index in other steps. Let us stick with |
The ticket stems from discussion in a closed issue and for better organization I make it separate issue here. The problem is that when
group_by
andpattern
are both used ininput:
in conjunction withpattern
inoutput:
, the output file names is then based on input file names yet it does not honor thegroup_by
rule frominput:
, thus creating name mismatch in upcoming actions.The text was updated successfully, but these errors were encountered: