Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Export a file by without using direct option

Avatar

Level 2

Hi,

  I want to export a file using a script or else any other way without using Data Extraction.

I tried to export the file using a script but couldn't use the tab (\t) as a delimiter

If I use (\t) as a delimiter in the script it is taking two spaces as in the exported file.

 

Option (I tried): to pass tab delimiter between the fields,

----------------------

var Line = ""+Field_1+"\t"+Field_2+"\t"+Field_3+"\t"+Field_4+"\t"+Field_5+"";

Note: \t - placed, it needs a tab delimiter space in that place below. But, it is not working in the script

 

Please advise me of any other options available to export the .txt file ?

0 Replies