Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

Data Preparation output

Avatar

Level 2

Hi,

 

in my project I need to write the event type field in my XDM schema using data prep on source attribute.

An output of one data prep can be used as input of another data prep?

For Example if I have this condition to write in the event type field:

iif(statuscode == 'open' && status == 'option' && isPostponed == 'false', 'newoption', 'undefined')

I can use the output of this condition as an input of another data prep?

 

Thank you very much.

2 Replies

Avatar

Community Advisor and Adobe Champion

@user36079 Could you share the context or may be an example of what you are trying to do? 

The Input for data prep is the incoming data and output is a resulting value for a field in the schema, meaning this may not be available for you to act upon. 

 

Anil