Exporting constant value via CSV Connector

Hi,

I need to export all employees with email address in this format:

METADATA|PersonEmail|PersonNumber|EmailType|EmailAddress|DateFrom|DateTo
MERGE|PersonEmail|65566|W1|alalime@jozi.org|2024/02/28|4712/12/31

On the file there has to be some constant values which the target system needs. These constant values will be on the following attributes
METADATA|PersonEmail|EmailType

I am using the SyncEditor since this has to be run daily.

Thanks