-3
私は平らなテーブルを持っています。私はそれをネストされたjson形式に変換したい。Pythonで階層化テーブルを階層型のjsonに変換する方法は?
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
私は一般的な解決策を探していますが、列名をハードコーディングするのではありません。
助けていただければ幸いです。