+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "CSVConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## CSVConfig interface Signature ```typescript export interface CSVConfig ``` Import ```typescript import { CSVConfig } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [delimiter](#delimiter-property) | string | | | [encoding](#encoding-property) | string | | | [headerStyle](#headerstyle-property) | CSVHeaderStyle | | | [newline](#newline-property) | string | | | [quoteChar](#quotechar-property) | string | | ### delimiter property Signature ```typescript delimiter?: string; ``` ### encoding property Signature ```typescript encoding?: string; ``` ### headerStyle property Signature ```typescript headerStyle?: CSVHeaderStyle; ``` ### newline property Signature ```typescript newline?: string; ``` ### quoteChar property Signature ```typescript quoteChar?: string; ```