Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

leading/trailing spaces

VinnJul 28 2020 — edited Jul 28 2020

HI All,

Is there any option to drop leading/trailing space for the alias load.

For eg:

My source file is as below. if there is extra space on 2 column members for Quarter1 . I want it to get dropped.  Any suggestions please.

$ALT_NAME 'Quarters'
Qtr1 Quarter1
Jan January
Feb February
Mar March
$END

alter database load alias_table

Thanks in advance !!

Comments