Hi Everyone,
I want to export data from adobe campaign to CSV file with the different sheet. Is it possible?
I have different criteria output, so i export to a single file with the different sheet.
Solved! Go to Solution.
CSV files are flat files with data delimited by comma. On Windows we are provided with the ability to open it in Microsoft Excel and hence it appears to have three sheets.
If you wish to export the data in a single CSV file but on different sheets it will not be possible. Simple reason being that CSV is not XLSX.
Interfacing applications will be requiring a single flat file for reading data.
CSV files are flat files with data delimited by comma. On Windows we are provided with the ability to open it in Microsoft Excel and hence it appears to have three sheets.
If you wish to export the data in a single CSV file but on different sheets it will not be possible. Simple reason being that CSV is not XLSX.
Interfacing applications will be requiring a single flat file for reading data.
Vipul Raghav wrote...
CSV files are flat files with data delimited by comma. On Windows we are provided with the ability to open it in Microsoft Excel and hence it appears to have three sheets.
If you wish to export the data in a single CSV file but on different sheets it will not be possible. Simple reason being that CSV is not XLSX.
Interfacing applications will be requiring a single flat file for reading data.
Thanks Vipul Raghav for your answer.
Views
Likes
Replies