Hi Pratibha,Find my attachment bellow I can see some modifications in
your script, hence you are getting the error, use the same script as
below don't change the "vars.filename" keep it same as the file name is
already provided in data extraction activity you will receive the file
with same name as mentioned. It works if you keep things same way as i
kept below. Hope this helps
Hi J-Serge,Thats a great help! ThanksI have a small concern, Can we
exclude the quarantined data from the query, so that we can re target
the address in the quarantine.Regards,Raaghu
Hi Guys, I have to delete approx 7k records in the quarantine list for
the address which has mailbox full as the error reason. Please help me
with the best way of deleting those addresses in a single shot. I am
using a workflow to filter the data based on the market code(Coz its a
different table) to delete it with the help of update data activity.Is
this a right approach or is there an other way.Regards,Raaghu
Hi,I want to add 10 days to the current date in the delivery, please
help me with this//I will get current date with this script below & need
to add 10 days to it (current date + 10 days)<%= formatDate(new Date(),
"%2D %2B %4Y")%>Regards,Raaghu
Hi Jean,Finally it worked thanks a lot for the help.But the problem is
the file which is attached is in the CSV delimited with semicolon but I
need it in column wise, can you help me on this.