Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

All metrics and breakdowns of data warehouse report saved in one ceel

Avatar

Level 2

Hello,

When downloading my report with four metrics of the data warehouse, all information is saved in one cell of a row instead of different columns.

Like that, it's hard for me to filter my data.

As-is
Page URL,"Pages","Time Spent on Page > 30 seconds","Time Spent on Page ≤ 30 seconds","Page Views","Visits"
https://www.url-a.com/pagename-a.html,"pagename-a","0","1",13,9
https://www.url-b.com/pagename-b.html,"pagename-b","1","0",18,15

Should-be

Page URLPages
Time Spent on Page > 30 secondsTime Spent on Page ≤ 30 secondsPage ViewsVisits
https://www.url-a.com/pagename-a.html pagename a01139
https://www.url-b.com/pagename-b.html pagename b101815

Can anyone please assit how to set up my report?

Thanks, Marie

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

Dear Marie,

Datawarehouse only has CSV and TDE file formats.

Mostly Excel detect the CSV file to text the columns. If not, please use the below.

It is about how you delimiting the comma's in Excel Editor(Hope you are using Microsoft Excel).

1. Open CSV File in Excel.

2. Select the column(Only one column now right?) and click "Text To Columns"

1376499_pastedImage_0.png

3. Click on "Delimited" and click next.

4. In Delimiters, check "Others" and type comma ",".

1376500_pastedImage_1.png

5. Click "Finish" to see the columns populating correctly.

If you are using other editors than MS Excel, I dont have any idea.

Thank You!

Arun

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Employee Advisor

What editor are you using? The file is having comma separated values. You will need to take that into account.

Avatar

Level 2

I'm an admin. So it has always this format with comma seperated values? This can't be changed?

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

Dear Marie,

Datawarehouse only has CSV and TDE file formats.

Mostly Excel detect the CSV file to text the columns. If not, please use the below.

It is about how you delimiting the comma's in Excel Editor(Hope you are using Microsoft Excel).

1. Open CSV File in Excel.

2. Select the column(Only one column now right?) and click "Text To Columns"

1376499_pastedImage_0.png

3. Click on "Delimited" and click next.

4. In Delimiters, check "Others" and type comma ",".

1376500_pastedImage_1.png

5. Click "Finish" to see the columns populating correctly.

If you are using other editors than MS Excel, I dont have any idea.

Thank You!

Arun

Avatar

Level 2

Wow, thank you Arun. That worked perfectly.