All public logs
From stonehomewiki
Jump to navigationJump to search
Combined display of all available logs of stonehomewiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:44, 26 July 2023 Stonezhong talk contribs created page Dl/Notes (Created page with "<pre><nowiki> Data ingestion need to handle schema normalization such as { "phones": { "425-000-0001": "private" "425-000-0002": "public", "425-000-0003": "public" } } need to convert to { "phones": [ {"key": "425-000-0001", "value": "private"}, {"key": "425-000-0002", "value": "public"}, {"key": "425-000-0003", "value": "public"} ] }")