- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
The crosstab report is downloaded as .csv file, but it was in fact a .xls file
Is there a way to download the crosstab report file in CSV format ?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Despite we use the term 'CVS', we use a different field delimiter than comma.
In the new reporting we use tab-separated values. (TSV)
Data Source export and AQUA generate data files with comma separated values.
If you need to use the Reporting tools, to generate crosstab report,
You can check if there are any options in your loading tools to convert the TAB delimited CVS format into a comma delimited file
or convert / change it from a tab-delimited text file to a CSV file with tools you can find on the Internet.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Despite we use the term 'CVS', we use a different field delimiter than comma.
In the new reporting we use tab-separated values. (TSV)
Data Source export and AQUA generate data files with comma separated values.
If you need to use the Reporting tools, to generate crosstab report,
You can check if there are any options in your loading tools to convert the TAB delimited CVS format into a comma delimited file
or convert / change it from a tab-delimited text file to a CSV file with tools you can find on the Internet.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √