-
Hi, If I run
If I modify my regex in example in Thank you {
"@context": {
"dsbase": "https://aziendeconfiscate.infocamere.it/odacWeb/",
"impresa": "dsbase:impresa/",
"idBene": "impresa:idBene",
"mBene": "impresa:mBene",
"sBene": "impresa:sBene",
"iterAmministrativoAttivo": "tipoIterAmministrativoAttivo"
},
"@graph": [
{
"@id": "impresa:LgU0qvE+USpLWpu+dbQePfm7KJfG8SOgr/YdHGlu9VI=",
"@type": "impresa",
"idBene": "2030",
"mBene": "A-PA-301560",
"sBene": "A-PA-2030-S",
"iterAmministrativoAttivo": "DESTINATO"
},
{
"@id": "impresa:23sS3uBiY1ZUgO9zTlRswfm7KJfG8SOgr/YdHGlu9VI=",
"@type": "impresa",
"idBene": "2035",
"mBene": "A-BN-312138",
"sBene": "A-BN-2035-S",
"iterAmministrativoAttivo": "DESTINATO"
},
{
"@id": "impresa:Rkp64uKWWg4624pPVH0x2Q==",
"@type": "impresa",
"idBene": "2036",
"mBene": "A-BN-312139",
"sBene": "A-BN-2036-S",
"iterAmministrativoAttivo": "DESTINATO"
},
{
"@id": "impresa:G8GiEGax1LSanPDijSE4Jg==",
"@type": "impresa",
"idBene": "2037",
"mBene": "A-BN-312140",
"sBene": "A-BN-2037-S",
"iterAmministrativoAttivo": "IN GESTIONE"
}
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
johnkerl
Dec 3, 2021
Replies: 1 comment
-
@aborruso sorry for the delay!! The confusion is because:
This should probably be made clearer somehow:
As for how to do the cut you want: you can flatten before cut
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aborruso sorry for the delay!!
The confusion is because:
@graph
@graph.1.@id
through@graph.4.iterAmministrativoAttivo
This should probably be made clearer somehow:
mlr cut --help
As for how to do the cut you want: you can flatten before cut