Guides/Blank-Column-in-Export.md
... ...
@@ -0,0 +1,19 @@
1
+[[_TOC_]]
2
+
3
+##Purpose
4
+
5
+Adding a blank column on export is a great way to ensure that a CSV export of your report is more readable and easier to work with.
6
+
7
+##Example
8
+
9
+Here is the CSV output of a report that has blanked out one column:
10
+
11
+![Export with a blank column](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/blank-column-csv.png)
12
+
13
+##Implementation
14
+
15
+To add a blank column to your export, you simply have to set the Description of the field in the Fields Tab to "BLANK".
16
+
17
+![Export with a blank column](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/Blank-Column.png)
18
+
19
+You'll also need to click on the gear icon to the far right of the field and set the Expression to ''.
... ...
\ No newline at end of file