Source to Target Mapping Generator
Two column lists in, a draft STM out with the gaps and the dropped columns called out explicitly.
Loading the tool…
How to use this tool
- Paste the source columns in the first box: one per line, a CSV header row, or CREATE TABLE statements.
- Paste the target columns in the second box, in any of the same three forms.
- Select Build mapping.
- Go straight to the unmatched and dropped rows, then write the real transformation rules over the placeholders.
What source to target mapping generator does
The matches are the easy half of a mapping document and you could have done them by eye. What matters is the two lists at the end: target columns that nothing feeds, which are the gaps in the design, and source columns that go nowhere, which are either dropped on purpose or dropped by accident — and an accidental drop looks exactly like a deliberate one right up until reconciliation fails.
Paste the source columns in the first box and the target columns in the second, as one name per line, a CSV header row, or CREATE TABLE statements. Names are matched exactly first, then loosely if you leave near matching on, with anything more than a small edit distance left unmatched rather than guessed at. Every near match is labelled as needing confirmation, and every transformation rule in the output is a placeholder until someone who knows the data has written the real one.