Export CSV

ExportCSV01

Standard Action Export CSV has the following properties:

Category Property  
General Properties Caption ExportCSV02
Tooltip
Enabled by default
Include Column Titles
Base Location
Delimiter
Encoding
Style Control Type
Image Type
Image 
Image Class
Disabled Image
Disabled Image Class
Action Group Button Class
Action Group Disabeld Button Class
Button Class
Disabled Button Class
Columns Selector Export Only Visible Columns

 

In order to read about the properties Caption, Tooltip, Enabled by Default, Control type, Image, Image class, Disabled Image, Disabled Image Class, Action Group Button Class and Button Class follow this link: Standard Actions

General Properties:

Base Location:

Specifies the base location for the generated files. If you want to save the Excel file in some folder within the web application, you could set it here. For example: PublicTempStorage\ 

Delimiter:

Specifies the character that WorkWithPlus will add in order to separate the values within the file. By default, the character is ";".

Comment: if this property is modified to use another character, you should manually modify the WWP_GetImportCSVColumnIndexes procedure, and change the "SplitRegEx" expression to use the new delimiter character. 

Encoding:

Specifies the encoding that GeneXus will use for the CSV file generation.

Properties Of Category Columns Selector:

Export only visible columns:

Specifies whether to export to CSV only the columns that are visible at the moment of clicking in the action, or to export all the columns that are configured as visible within the grid.