Skip to content

Instantly share code, notes, and snippets.

View aanushh's full-sized avatar
🎯

Anush kumar N aanushh

🎯
View GitHub Profile
@aanushh
aanushh / source-insert-func-v16
Last active November 3, 2025 11:18
/**
* Zalora Segment Event to POND API Schema Transformer
*
* This function transforms a Segment event object into the specified POND API schema
* based on the mapping tables provided in the document.
*
* @param {object} event The incoming Segment event object.
* @returns {object|null} The transformed POND payload object, or null if the event type is unhandled.
*/
function transformEvent(event) {