Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Latest Date Read From Set of Data from a file

Avatar

Level 2

Hi Team,

I want to get the latest date from a date column of a data file.

So could you please help me with some JS code which could server this functionality for me.

Regards

Raman

1 Solução aceita

Avatar

Resposta correta de
Level 10

Hi,

I don't know much about JS code but one way of doing that could be to use an enrichment activity. By creating a link to the imported file as a collection, you will be able to retrieve the line (and thus its value) corresponding to the most recent date contained in the column.

If you absolutely want do to it by JS, you can query the temporary table containing the data of the file using an sqlExec command to select the Max date of the column where dates are stored.

Hope this helps,

Florent

Ver solução na publicação original

1 Resposta

Avatar

Resposta correta de
Level 10

Hi,

I don't know much about JS code but one way of doing that could be to use an enrichment activity. By creating a link to the imported file as a collection, you will be able to retrieve the line (and thus its value) corresponding to the most recent date contained in the column.

If you absolutely want do to it by JS, you can query the temporary table containing the data of the file using an sqlExec command to select the Max date of the column where dates are stored.

Hope this helps,

Florent