We need to use Report Builder to reproduce a custom format for a CSV that was generated with another tool.
The file's peculiarities are mainly two:
1. The values of the headers and the data have to be enclosed in double quotes ("")
2. The report headers are multilingual, and this means that the different translations are treated in the report, so that when exporting to CSV, both the column name and the translation are included in the report. We have managed to hide the column names, but Report Builder inserts a blank line (these are the column names, although they are not displayed) when it performs the export and we want it to disappear.
↧
Report Builder export to csv double quotes
↧