Standardize event names

Last updated:

|Edit this page

This transformation standardizes all your event names into a single pattern, so that data becomes more consistent and marketing teams aren't driven wild.

Supported taxonomies

This transformation can convert from any of these taxonomies, to any other.

  • Camel Case: helloThereHedgehog
  • Pascal Case: HelloThereHedgehog
  • Snake Case: hello_there_hedgehog
  • Kebab Case: hello-there-hedgehog
  • Spaces: hello there hedgehog

Requirements

Using this requires either PostHog Cloud with the data pipelines add-on, or a self-hosted PostHog instance running a recent version of the Docker image.

Installation

  1. In PostHog, click the "Data pipeline" tab in the left sidebar.
  2. Search for 'Taxonomy Standardizer' and select the transformation, press Install.
  3. Follow the on-screen steps to configure the transformation.

Configuration

OptionDescription
Select your default naming pattern
Type: choice
Required: True

FAQ

Is the source code for this transformation available?

PostHog is open-source and so are all transformations on the platform. The source code for the Taxonomy Standardizer is available on GitHub.

Who created this transformation?

We'd like to thank PostHog team member Yakko Majuri for creating the Taxonomy Standardizer. Thank you, Yakko!

Who maintains this?

This is maintained by PostHog. If you have issues with it not functioning as intended, please let us know!

What if I have feedback on this destination?

We love feature requests and feedback. Please tell us what you think.

What if my question isn't answered above?

We love answering questions. Ask us anything via our community forum.

Questions? Ask Max AI.

It's easier than reading through 608 docs articles.

Community questions

Was this page useful?

Next article

Parse event timestamps

This transformation parses the timestamp of each event that comes in to PostHog and adds the following time-based properties: Property Description Example day_of_the_week Plain text value for the day of the week Monday day Numeric value for the day within a month 7 month Numeric value corresponding to the current month 6 (June) year Numeric value of the year 2022 hour Numeric value for the hour in UTC (24-hour clock) 21 minute Numeric value for the minute 37 Installation In PostHog, click the…

Read next article