


I have uploaded a file through data load file activity , and i want to display the file local name through js.
ADOBE CAMPAIGN
Views
Replies
Sign in to like this content
Total Likes
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)))
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)))