targetData in a direct delivery template | Adobe Higher Education
Skip to main content
January 22, 2021
해결됨

targetData in a direct delivery template

  • January 22, 2021
  • 2 답변들
  • 2539 조회

Hello.

I am facing a problem when creating a direct delivery template.
I want to add some columns to the extraction file and collect this values from the targetData.

Here is a part of the extraction file:

Output columns: (notice they have alias assigned:

targetData:

 

What I want to accomplish is that the targetData value goes to the output column without the need of assigned manually.

 

I was hoping that if I create a query and add some extra fields and assigned a alias per field, this fields will auto added to the output columns (from the extraction file) without the need to assigned manually.

 

Hope someone can help me out.

 

Thanks

 

 

이 주제는 답변이 닫혔습니다.
최고의 답변: Milan_Vucetic

Hi @malanga1985 

you have defined these columns with empty value inside. You cannot expect to be overwriten.

Instead, if you are sure these columns are always there just select them as other columns in output.

Regards,

Milan

 

2 답변

Milan_Vucetic
Level 9
January 25, 2021

Hi @malanga1985 

you have defined these columns with empty value inside. You cannot expect to be overwriten.

Instead, if you are sure these columns are always there just select them as other columns in output.

Regards,

Milan

 

malanga1985작성자
January 25, 2021
Is there a way to put a default value if the column does not exists?
malanga1985작성자
January 25, 2021

Is there a way to put a default value if the column does not exists? or Do I need to create it like:

IsEmptyString(NoNull([targetData/@test]),'',[targetData/@test] ) ?

Thanks