Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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