I’ve been trying to create a date in SOAP format - YYYY-MM-DDTHH:II:SS - using the Format: Date mapper. However, Y-m-dTH:i:s gives me “UTC” as the separator between date and time, not “T”.
Any suggestions as to how I can make the format happen?
I’ve been trying to create a date in SOAP format - YYYY-MM-DDTHH:II:SS - using the Format: Date mapper. However, Y-m-dTH:i:s gives me “UTC” as the separator between date and time, not “T”.
Any suggestions as to how I can make the format happen?
Welcome @david.procter
Just throw in there an escape char “\T” and its gonna fix your current format issue.
Worked like a dream.