Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您在Snaplogic中有一个开放的映射器,您如何使用Postman访问从REST POST发送的数据?
例如,我插入了一些带有键和值的JSON代码,如下所示:
我想使用它并在Mapper快照中对其进行转换,但我无法访问它。使用“$”的普通表达式对我不起作用。
我假设您正在使用触发任务。
在您的管道开始时,使用 a JSON Parser,您将能够捕获您在 API 调用主体中传递的整个 JSON。
JSON Parser