A developer is building a workflow to insert a customer's favorite video game from a file collected by SFTP. An enrichment activity is used to reconcile the file data and recipient data, allowing the file data to be used to personalize deliveries. How will these personalization fields appear in the delivery content?
A client requires downloading a CSV file from an AWS S3 bucket on a scheduled basis and processing the contents to update a custom schema in the Adobe Campaign Classic instance. Which component should be used to implement the AWS S3 connection?
Review the code below and mark the correct option:
javascript
Copy code
var query = NLWS.xtkQueryDef.create({
queryDef: {
schema: 'nms:recipient',
operation: 'select',
lineCount: '5',
select: { node: [
{expr: '@firstName'},
{expr: '@lastName'},
{expr: '@email'}
]}
}
}).ExecuteQuery().getElements();
What would be the correct code to retrieve the email for each record?
What is a use case for a custom target mapping in Adobe Campaign Classic?