Я пытаюсь создавать отчеты, используя mssql… в SSRS….в одном столбце таблицы есть данные json ... как эффективно разделить данные из столбца, чтобы они стали обычными данными ...
JSON
personalInfo
firstName : "ALOK"
middleName : "KUMAR"
lastName : "TIWARI"
motherMaidenName : null
initial : null
nationality : "Indian"
gender : "Male"
dob : "1988-Aug-04"
uniqueIdNumber : "ALXPT9685Q"
uniqueIdNumber_o : null
govt_id : null
dobForAge : "04-08-1988"
maritalStatus : null
birthLocation : null
bloodGroup : null
pancard_no : null
aadhaarcard_no : null
permanentAddress
address : "VILLAGE SITAKUND"
countryState : "Uttar Pradesh"
city : "Ballia"
pinCode : "277001"
stdCodeLandline : "--"
mobile : "91-8867836324"
mobile_o : "-"
emailId1 : "alokumart26@gmail.com"
emailId2 : ""
testCity : "Bangalore"
emergency_contact_no : "-"
passport_no : null
communicationAddress
address : "Bellandur"
countryState : "Karnataka"
city : "Bangalore"
pinCode : "560103"
stdCodeLandline : null
mobile : null
mobile_o : null
emailId1 : null
emailId2 : null
testCity : null
emergency_contact_no : null
passport_no : null
experience
category : "Experienced"
experienceDetailsList
joiningPeriod : "1"
currentSalary : "2.6"
expectedSalary : "5"
source : "Recruiter"
sourceName : "nilabh upadhyay"
preferredLocation : null
workedInCompany : null
workedInCompanyTime : null
qualification
qualificationLevelToDetailsMap
historyArrears : "1"
standingArrears : "1"
universityRegnNo : "2536987"
gapInEducation : "Yes"
yrsOfGap : "2"
knowForeignLanguage : null
foreignLanguages : null
languageProficiency : null
trainingDetails
additionalDetails : null
flexibleCandidate : null
hasValidPassport : null
preferredLocations : null
questionsAnswersMap : null
addlInfoQ4 : null
Disclaimer : null
Search:
какследует ли мне использовать данные json в моем столбце для создания отчетов ... мне следует создавать отдельные таблицы для каждого объекта json obects.?