雅虎管道 - 有什么方法可以组合项目吗?
我正在处理管道,但在组合两个项目列表时遇到问题。
List 1:
[0] letter - a
[1] letter - b
[2] letter - c
List 2:
[1] word - apple
[2] word - banana
[3] word - cake
我想要发出以下内容的东西:
List 3:
[1] letter - a
word - apple
[2] letter - b
word - banana
[3] letter - c
word - cake
我一生都无法弄清楚如何执行这个简单的操作。
I'm working on a pipe and am having trouble with combining two lists of items.
List 1:
[0] letter - a
[1] letter - b
[2] letter - c
List 2:
[1] word - apple
[2] word - banana
[3] word - cake
I'd like something which emits the following:
List 3:
[1] letter - a
word - apple
[2] letter - b
word - banana
[3] letter - c
word - cake
I can't figure out for the life of me how to do this simple operation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所要求的内容在 Yahoo Pipes 中是冗长且复杂的。 如果您仍然想解决这个问题,这是我的解决方案:
在本例中,列表 1 是雅虎搜索“苹果”,列表 2 是雅虎搜索“橙子”。
完成的。
您可能想稍微清理一下。 添加适当的标题,删除数字值等。
注意:
What you ask is verbose and complicated to do in Yahoo Pipes. If you still want to go through the trouble, here's my solution:
In this example, List 1 is a Yahoo search for "apples" and List 2 a Yahoo search for "oranges".
Finished.
You probably want to clean things up a bit. Add a proper title, remove the number value, etc.
Notes: