Data Convert

Re-express structured data to hit a DIFFERENT target — map a source (system A's export) onto another system's import CONTRACT, and/or RESHAPE its structure (wide↔long, nested JSON↔flat table, split one file into many, union many into one). Use when the user wants to "convert this to X's format", "map these columns to the import template", "get this into the format System B needs", "reshape / pivot / unpivot this", "flatten this JSON", "split this file by column", "combine these files", or "prepare this for upload/import". Writes a reusable conversion card (Markdown + embedded JSON spec) a future agent re-runs after sense-checking the source. NOT data cleaning (data-tidy), NOT matching two record sets (data-reconcile), NOT raw file-format-only conversion.

moonlight-lupin 8d1417c 5 files · 67.5 KB Updated

File contents

moonlight-lupin/data-toolkit/tree/main/skills/data-convert commit 8d1417ce52

Frequently asked questions

npx skillmds@latest add moonlight-lupin/data-convert