Expand my Community achievements bar.

Data Preparation output

Avatar

Level 1

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

@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