What changes for you
Start from adapter-provided mappings and override individual columns when business semantics or target constraints require a different representation.
Omni Loader maps source schemas, tables, columns, names, types, and values into the target model with global rules and granular overrides.
The job to be done
A large migration is not finished when the first rows arrive. Omni Loader keeps parallel work productive, adapts the loading path to the target, and records enough progress to recover the part that failed.
Define schema, table, and column naming rules, resolve collisions, and preserve stable source identity throughout the project.
Why this path matters
Define schema, table, and column naming rules, resolve collisions, and preserve stable source identity throughout the project.
What changes for you
Start from adapter-provided mappings and override individual columns when business semantics or target constraints require a different representation.
The outcome
Document the naming standard, type exceptions, and value rules before the production run.
The payoff
Apply consistent schema, table, and column conventions.
Change the objects that cannot follow the default.
Convert source values through target-aware readers.
Where the work happens
Read each capability as part of the operating path. The important question is not whether a feature exists, but what work it removes and what evidence it leaves behind.
At a glance
The transforming reader converts each source value into its target representation before bulk, statement, file, or native ingestion.

Naming and identity
Define schema, table, and column naming rules, resolve collisions, and preserve stable source identity throughout the project.
Type mapping
Start from adapter-provided mappings and override individual columns when business semantics or target constraints require a different representation.
Value conversion
The transforming reader converts each source value into its target representation before bulk, statement, file, or native ingestion.
The path to confidence
The page keeps the product detail close to the decision it supports. Your team can see what the software handles automatically, what it changes for the target, and what the result leaves ready to operate.
Define schema, table, and column naming rules, resolve collisions, and preserve stable source identity throughout the project.
Start from adapter-provided mappings and override individual columns when business semantics or target constraints require a different representation.
The transforming reader converts each source value into its target representation before bulk, statement, file, or native ingestion.
Keep the plan connected
A capability becomes easier to operate when the next decision follows from the constraint you just uncovered. Explore the related work that completes this part of the path.
Your working set
Take the next step
Document the naming standard, type exceptions, and value rules before the production run.
Plan my migration