Is there a special way to concatenate each individual string block with |
like this
9000234|Test NPC|0|0|0|0|0|0|0|0|
Does not include isEnabled.
I also don't want other blocks to merge with each other. I'm not quite sure what to do.
"100_npc": { "uniqueId": 9000234, "username": "Test NPC", "itemsObj": {"colour": 0, "head": 0, "face": 0, "body": 0, "neck": 0, "hand": 0, "feet": 0, "flag": 0, "photo": 0}, "isEnabled": true }, "101_npc": { "uniqueId": 9000251, "username": "Pelican", "itemsObj": {"colour": 0, "head": 0, "face": 0, "body": 0, "neck": 0, "hand": 0, "feet": 0, "flag": 0, "photo": 0}, "isEnabled": true } }
I only want to search for specific attribute names, such as "npc_100"
For files Output:
This seems to output what you asked for: (playground)