Skip to content

Instantly share code, notes, and snippets.

@d2kagw
Last active September 20, 2023 01:02
Show Gist options
  • Save d2kagw/1fcda67e9d8a509a1996248ea8a38c37 to your computer and use it in GitHub Desktop.
Save d2kagw/1fcda67e9d8a509a1996248ea8a38c37 to your computer and use it in GitHub Desktop.
batch_profile_customer.ndjson - Via automated deployment - Visit https://learn.lexer.io for more information.
{ "link": { "email": "jane@fake.com" }, "email": "jane@fake.com", "email_sha256": "8b1885...", "mobile": "+61400000000", "first_name": "Jane", "last_name": "Doe", "gender": "Female", "customer_id": "b6ef3b...", "date_of_birth": "2023-03-06", "country": "Australia", "state": "Victoria", "city": "St Kilda", "postcode": "3182", "zip": "90291", "employee_flag": false, "customer_type": "VIP", "address_1": "Inkerman St", "address_2": "string", "custom_fields": { "churn_risk": 0.291, "loyalty_status": "platinum", "tags": ["VIP", "Newly Acquired"] } }
{ "link": { "mobile": "+0123456789" }, "last_name": "Bobbington", "first_name": "Bob", "mobile": "+0123456789", "custom_fields": { "news_letter_opt_in": true } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment