I have a flatten table. I want to convert it to a nested json format.
database schema table_name col_name
exploration dbo TestTable name
exploration dbo TestTable last_name
exploration dbo Table_1 name
exploration dbo Table_1 d_id
exploration dbo tblMonitorChange EventType
exploration dbo tblMonitorChange SchemaName
exploration dbo tblMonitorChange ObjectName
exploration dbo tblMonitorChange ObjectType
exploration dbo tblMonitorChange EventDate
exploration dbo tblMonitorChange SystemUser
exploration dbo tblMonitorChange CurrentUser
exploration dbo tblMonitorChange OriginalUser
ReportServer dbo Users UserID
ReportServer dbo Users Sid
ReportServer dbo Users UserType
ReportServer dbo Users AuthType
ReportServer dbo Users UserName
ReportServer dbo Users ServiceToken
ReportServer dbo Users Setting
i am looking for a general solution, not hard coding column names.
any help would be appreciated.