[ { "id": "urn:ngsi-ld:Land:JP0990123456001-01234567", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "吉浦東本町1-7-23", "addressRegion": "広島県", "addressLocality": "呉市" } } }, { "id": "urn:ngsi-ld:Land:JP0990123456001-01234567", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "吉浦東本町1-7-23", "addressRegion": "広島県", "addressLocality": "呉市" } } }, { "id": "urn:ngsi-ld:Land:JP0990123456001-03000012", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "吉浦中町2-6-5" } } }, { "id": "urn:ngsi-ld:Land:JP0990123456001-04000008", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "狩留賀町8-6", "addressLocality": "呉市" } } } ] |
C:\Users\owner>chdir c:/Tools/ c:\Tools>Python jtoj.py dir=c:/Tools/data/ outputfile=LandBatchjson.jsoninputfile1=Landjson.json type=Land logfile=LandBatchlog.txt dir: c:/Tools/data/, file: Landjson.json json merged successfully. Number of output Entities: 3 |
{ "actionType": "append", "entities": [ { "id": "urn:ngsi-ld:Land:JP0990123456001-01234567", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "吉浦東本町1-7-23", "addressRegion": "広島県", "addressLocality": "呉市" } } }, { "id": "urn:ngsi-ld:Land:JP0990123456001-03000012", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "吉浦中町2-6-5" } } }, { "id": "urn:ngsi-ld:Land:JP0990123456001-04000008", "type": "Land", "usage": { "type": "Array", "value": [ "公益施設用地" ] }, "address": { "type": "PostalAddress", "value": { "streetAddress": "狩留賀町8-6", "addressLocality": "呉市" } } } ] } |
01: input1: directory: c:/Tools/data/, inputfile: Landjson.json 03: outputdir: c:/Tools/data/, outputfile: LandBatchjson.json 06: JSON merged successfully. Number of output Entities: 3 |