Dl/Notes: Revision history

From stonehomewiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2023

  • curprev 08:4408:44, 26 July 2023Stonezhong talk contribs 466 bytes +16 No edit summary
  • curprev 08:4408:44, 26 July 2023Stonezhong talk contribs 450 bytes +450 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"} ] }"