Expandir minha barra de realizações na Comunidade.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

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

SOLUCIONADO

Supported Data format from cloud storage sources into AEP

Avatar

Level 9

Hello guys,

Which data format is supported from cloud storage sources into AEP? Is it possible to use TSV?

Thanks

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

Hi @Luca_Lattarini 

Cloud storage sources can bring data into Platform without the need to download, format, or upload. Ingested data can be formatted as XDM JSON, XDM Parquet, or delimited. 

You can have more info at - Cloud Storage Data Format

Ver solução na publicação original

3 Respostas

Avatar

Resposta correta de
Community Advisor

Hi @Luca_Lattarini 

Cloud storage sources can bring data into Platform without the need to download, format, or upload. Ingested data can be formatted as XDM JSON, XDM Parquet, or delimited. 

You can have more info at - Cloud Storage Data Format

Avatar

Level 9

@Gokul_Agiwal  Can we consider TSV file and CSV file as delimited? 

Avatar

Community Advisor

Hi @Luca_Lattarini 

Ideally TSV ( Tab separated value) file format very similar to CSV (Comma Separated Value) format where data fields in CSV separated by commas rather than tabular spaces. Both are a type of delimiter-separated value format.

In terms if AEP supported data format - I've used only CSV file so far. 

Thanks