-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
节点默认支持 类似 Http节点 的 “输出字段提取” #2975
Comments
我看最近是支持JSONPath来提取字段了 |
肯定不行啊,自己的插件又没自定义输出,提取啥?不都把输出都放出来了。 |
自定义插件有输出,比如输出一个对象:{prop1: 1, prop2: 2, arr: []}。 |
那你插件为啥不直接输出中间的~ |
我知道呀,自己的插件还好说能自己改。别人的就没法搞,而且,即使是自己写插件复用的多了。这个地方要用提取a字段,另一个地方要提取b字段,甚至是内层里面的某些字段,我总不能遇到一个场景不用就回去改插件吧,这种不是很灵活。 |
不是很需要,我感觉写个代码比自定义提取好用多了。 |
例行检查
功能描述
所有节点能不能增加类似Http节点 的自定义输出,因为在很多时候,不管是自己写的插件,还是用别人的,这些插件的输出结果流转到下一个环节的时候,我都会增加“代码运行”的节点进行处理,可能是提取其中的一个参数,然后再输出,这样就很麻烦
应用场景
相关示例
The text was updated successfully, but these errors were encountered: