You can create mapping table by autogenerate function
EmptyValueMap: MAPPING LOAD '' as Key,
'Your value' as Value AUTOGENERATE 1 ;
then you can use it in applymap function
applymap(‘EmptyValueMap’, Field) As Field
Regargs,
Vitalii
Press LIKE if the given solution helps to solve the problem. If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").