java -jar avro-tools-1.8.1.jar tojson --pretty fileRepository/person-2017-08-14-06-15-41.avro
| head -1
{
"RID" : "1",
"maritalStatusCode" : null,
"nationality" : null,
"phoneExt" : null,
"gender" : {
"string" : "F"
},
"deathTime" : null,
"yearAndMonth" : {
"string" : "1938-10"
},
"birthOrder" : null,
"race" : null,
"birthPlace" : null,
"postalCode" : {
"string" : "86042"
},
"ethnicGroup" : null,
"motherName" : null,
"prefix" : null,
"deathInd" : null,
"phoneAreaCode" : null,
"phoneNumber" : {
"string" : "2656203600"
},
"country" : null,
"countryCode" : null,
"birthDay" : {
"string" : "16"
},
"city" : {
"string" : "Qtas De Villa Blanca"
},
"suffix" : null,
"religion" : null,
"address2" : {
"string" : "Killarney"
},
"StreetPhonetic" : {
"string" : "FTSR"
},
"birthMonth" : {
"string" : "10"
},
"birthYear" : {
"string" : "1938"
},
"mothersMaidenName" : null,
"FamilyPhonetic" : {
"string" : "PLKL"
},
"state" : {
"string" : "GA"
},
"multipleBirthInd" : null,
"test" : null,
"fatherName" : null,
"phoneCountryCode" : null,
"email" : null,
"familyName2" : null,
"degree" : null,
"ssn" : {
"string" : "301592586"
},
"middleName" : null,
"language" : null,
"CityPhonetic" : {
"string" : "KTST"
},
"DateUpdated" : null,
"address1" : {
"string" : "79 Fitzroy Street"
},
"givenName" : {
"string" : "Jake"
},
"GivenPhonetic" : {
"string" : "JK"
},
"dateOfBirth" : {
"string" : "1938-10-16T00:00:00.000-0500"
},
"familyName" : {
"string" : "Blackwell"
},
"tfGivenName" : {
"string" : "JK"
},
"dateChanged" : {
"string" : "2017-07-28T11:29:26.872-0400"
},
"dateCreated" : "2017-07-28T10:23:34.041-0400",
"dateVoided" : null,
"entityVersionId" : 2,
"userCreatedBy" : "admin",
"userChangedBy" : {
"string" : "admin"
},
"userVoidedBy" : null,
"recordId" : 1,
"identifiers" : {
"array" : [ {
"identifierDomainId" : {
"int" : 18
},
"identifierDomain" : "OpenEMPI",
"identifierDomainName" : null,
"userVoidedBy" : null,
"dateCreated" : "2017-07-28T10:23:34.041-0400",
"userCreatedBy" : "admin",
"dateVoided" : null,
"identifier" : "115cdf8b97d81314305a"
}, {
"identifierDomainId" : {
"int" : 14
},
"identifierDomain" : "IHENA",
"identifierDomainName" : null,
"userVoidedBy" : null,
"dateCreated" : "2017-07-28T10:23:34.041-0400",
"userCreatedBy" : "admin",
"dateVoided" : null,
"identifier" : "rec-1662-org"
} ]
}
}
|