Field Mapper An ETL field mapper: map source fields to a target schema with per-field transform selects, type-mismatch warnings, required validation, name-based auto-map and a mapping summary.
npx shadcn@latest add https://rocket.gozturk.dev/r/field-mapper.jsonPreview Code
0 / 7 mapped · 2 required unmapped user_id * uuid — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase email * string — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase name string — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase signed_up_at timestamp — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase plan string — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase mrr numeric — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase country string — id (int) email_address (string) full_name (string) signup_date (string) plan_name (string) mrr_usd (float) country_code (string) no transform cast trim lowercase uppercase