Conversion section-overview
The Conversion section in Adobe Journey Optimizer empowers you to transform data into formats that suit your workflow needs, making it easier to build dynamic, personalized journeys. Whether converting strings into boolean values, dates into integers, or durations into readable formats, each function in this category serves a unique purpose while sharing the common goal of simplifying data manipulation. You’ll explore how functions like ‘toBool’, ‘toDateOnly’, and ‘toInteger’ work, with clear examples to guide you. By mastering these tools, you can seamlessly adapt data to fit your journey rules and deliver tailored experiences with precision.
Conversion Functions in Adobe Journey Optimizer
toBool Function
Convert various data types into boolean values using the toBool function.
toDateOnly Function
Convert date representations into a dateOnly type with the toDateOnly function.
toDateTime Function
Convert various inputs into a date-time value using the toDateTime function.
toDateTimeOnly Function
Convert a value into date-time format without a time zone using the toDateTimeOnly function.
toDecimal Function
Convert various data types into decimal values using the toDecimal function.
toDuration Function
Convert arguments into duration values using strings or milliseconds with the toDuration function.
Additional Resources
- toInteger Function - Convert various data types into integers using the toInteger function.
- toString Function - Convert data types into their string representations using the toString function.