Solved

How do I force UPPERCASE in Data Migration type MIGRATE_SOURCE_DATA

  • 26 April 2023
  • 2 replies
  • 61 views

Userlevel 6
Badge +13

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?

 

 

icon

Best answer by Technical Outlaws 26 April 2023, 18:20

View original

2 replies

Userlevel 5
Badge +11

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.

Userlevel 6
Badge +13

@Technical Outlaws 

That worked fine. 

Reply