-
I have input like
And I want transformer to behave like if content of common was in Also I have one more question here https://stackoverflow.com/questions/62353757/links-to-json-files |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That's a somewhat funny timing for this question. In the current release, which is just 2 weeks old, this is not possible yet (it kind of is, but only with pretty low-level APIs I won't have the time to walk you through). But in current master there is a new API since about a week that allows you to freely compose the inputs, including your scenario. If you are comfortable with building a snapshot yourself, I can show you an example. |
Beta Was this translation helpful? Give feedback.
-
Thank you @jenshalm for answer and cool library. I think easiest for me now would be to copy files to new temporary dir with right structure and generate it from there. Can you pls look at my question on SO too https://stackoverflow.com/questions/62353757/links-to-json-files? |
Beta Was this translation helpful? Give feedback.
-
The other issue turned out to be a bug that I just fixed, see #148 for details. |
Beta Was this translation helpful? Give feedback.
That's a somewhat funny timing for this question. In the current release, which is just 2 weeks old, this is not possible yet (it kind of is, but only with pretty low-level APIs I won't have the time to walk you through).
But in current master there is a new API since about a week that allows you to freely compose the inputs, including your scenario. If you are comfortable with building a snapshot yourself, I can show you an example.