Skip to main content

How do I force UPPERCASE in Data Migration type MIGRATE_SOURCE_DATA? I have a Source column and I want to force UPPERCASE on import of data, how can this be done? Is it done at the Method attributes?

 

 

The Source Column in Source Mapping can handle SQL commands, so in your case you can just use UPPER(CF$_BRANDPARTNO) in the Source Column.


@Technical Outlaws 

That worked fine. 


Reply