Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
jobName + "_" + TalendDate.formatDate("yyyyMMddHHmmssSSS", TalendDate.getCurrentDate()) + ".csv"
$_globals{job_name} . '_' . getDate('CCYYMMDDhhmmss') . '.csv'jobName + "_" + TalendDate.formatDate("yyyyMMddHHmmss", new Date()) + ".csv"