Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

File name adobe campaign

Avatar

Level 1

I have uploaded a file through data load file activity , and i want to display the file local name through js.

ADOBE CAMPAIGN

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Rohan_Aditya,

 

You can try something like this to get the file name after the file load using enrichment by ignoring the complete path,

 

Substring($(vars/@filename),45,Length($(vars/@filename)))

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@Rohan_Aditya,

 

You can try something like this to get the file name after the file load using enrichment by ignoring the complete path,

 

Substring($(vars/@filename),45,Length($(vars/@filename)))

Thanks, Sathees