> For the complete documentation index, see [llms.txt](https://help.holixa.com/holixa-erp-picker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.holixa.com/holixa-erp-picker/common-information/application-configuration/examples-of-connections-to-data-sources/text-file-txt-or-csv.md).

# Text file (txt | csv)

An example setup, including a source file with downloadable data, for \*.txt and \*.csv text files is shown below.

**Settings** **`ConnectionString`**

{% code overflow="wrap" %}

```ini
ConnectionString=DRIVER=Microsoft Access Text Driver (*.txt, *.csv);DefaultDir=C:\Temp\Holixa ERP Picker Settings  
```

{% endcode %}

**Settings `ConnectionSelectCommand`**

```ini
ConnectionSelectCommand=SELECT * FROM txtData.txt
```

{% hint style="warning" %}
The column separator in the data file must be a comma ( , ).
{% endhint %}

**Sample data file to download**

{% file src="/files/Z91f0Fpd5RJKbpzMyYM5" %}
