- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
From the product doc, put this in a js activity after extract:
var f = new File('c:/file.txt');
f.open('a');
f.writeln('ABC' + vars.recCount);
f.close();
Thanks,
-Jon