-3
나는 평평한 테이블을 가지고 있습니다. 중첩 된 json 형식으로 변환하고 싶습니다.평평한 테이블을 파이썬에서 중첩 된 (계층 적) 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
저는 열 이름을 하드 코딩하지 않고 일반적인 해결책을 찾고 있습니다.
어떤 도움을 주시면 감사하겠습니다.