Naming covention - Glossary

I am trying convert logical to physical and in logical I have a attribute name
Column Load Date
I did simple conversion and applied Naming standards in which I set up glossary for load date
Load Date = _LD
And other settings at attribute level are Selected charecters • Underscores
• Numbers 0-9
• Lower Charecters
• upper charecters
But when i apply it is simply ignoring spaces and follwing is the result
ColumnLoadDate
I am trying to get Column_LD

Hello,

Naming convention has limitation. At First Word Replacement is only for words, it not possible define two word on one line. So you can define:
Load=L

Date=D
but you cannot define
Load Date=LD

For your purpose you can define something like this

but I§m not sure if it is appropriate for your other attributes.

daril