Hi All,
When the CSV file format report is generated , the output does not show the columns having null values
eg:
Below columns to be displayed in .csv report
col1 -10
col2-20
col3- 30
col4- null
col5- null
csv output file generated only with the columns having the below values.
col1, col2,col3
10,20,30
NOTE : Col4, col5 are not appearing.