# Settings

Settings tab has following parameters:

* Encoding. You can select encoding of your file if you notice that some symbols are exported incorrectly. Unless needed, it's reccomended to have it set to Auto.
* Skip first line in the csv/txt/xlsx file.\
  If checked, plugin will not add header with column names to the saved file.
* Column delimiter. Character that will be used to separate columns in CSV file.
* Field enclosure. Character that will be used to enclose every field during export.
* DateTime format. For example `yyyy-dd-MM hh:mm tt` or `dd.MM.yyyy hh:mm:ss.`
* Decimal delimiter. Character that will be used in decimal numbers. For example, if you select Dot, one and a half will be saved as 1.5\
  But if you select Comma, it will be saved as 1,5
