我需要转换我的JSON值
[
{
"fornecedor_frete": "EMPRESA BRAS. CORREIOS E TELEGRAFOS - OR SAO PAULO",
"nfe_composicao": "40814-1"
},
{
"fornecedor_frete": "EMPRESA BRAS. CORREIOS E TELEGRAFOS - OR SAO PAULO",
"nfe_composicao": "40817-1"
}
]
收件人:
{
"documentos": [
{
"numeroDocumento": "40814",
"serie": "1"
},
{
"numeroDocumento": "40817",
"serie": "1"
}
]
}
可以使用jolt spec?(在'-'之前拆分,在'-'之后拆分)
谢谢
1条答案
按热度按时间hi3rlvi21#
您可以通过使用左手的
"*-*"
表达式,在shift转换规范中用破折号分割这些值,例如http://jolt-demo.appspot.com/站点上的***演示***是
另一种方法使用modify-overwrite转换规范到**
split
**,例如网站http://jolt-demo.appspot.com/上的***演示***是