Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
You can combine data arrays coming from different sources under a single array. This page includes an example of combining multiple arrays using shift operation.
Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"statusCode": 200,
"statusDescription": "OK",
"numRows": 5521,
"data": [
{
"xTur": "BASİT 1",
"xLoc": "TERMAL 1"
},
{
"xTur": "BASİT 2",
"xLoc": "TERMAL 2"
}
],
"xServis": [
{
"xTur": "BASİT 3",
"xLoc": "TERMAL 3"
},
{
"xTur": "BASİT 4",
"xLoc": "TERMAL 4"
}
]
}
[
{
"operation": "shift",
"spec": {
"data": {
"*": {
"@": "data.[&1]"
}
},
"xServis": {
"*": {
"@": "data.[&1]"
}
}
}
}
]
{
"data": [
{
"xTur": "BASİT 1",
"xLoc": "TERMAL 1"
},
{
"xTur": "BASİT 2",
"xLoc": "TERMAL 2"
},
{
"xTur": "BASİT 3",
"xLoc": "TERMAL 3"
},
{
"xTur": "BASİT 4",
"xLoc": "TERMAL 4"
}
]
}
Was this page helpful?