# Hoe maak ik een CSV bestand?

Een [CSV-bestand](https://nl.wikipedia.org/wiki/Kommagescheiden_bestand) (Comma Separated Values, door komma's gescheiden waarden) is een speciaal bestandstype dat je in een spreadsheetprogramma zoals Excel kan aanmaken of bewerken. Je kan je Excelbestand eenvoudig 'Opslaan als ... .csv' om er een csv-bestand van te maken. De waarden in een csv-bestand kunnen gescheiden worden door komma (,) of puntkomma (;).

Heb je enkel een Excel bestand (.xsl of .xslx extentie), dan is het vrij eenvoudig om dit in Excel op te slaan als een CSV bestand:

1. Open het bestand met Microsoft Excel.&#x20;
2. Ga in het menu bovenaan naar 'Bestand'.&#x20;
3. Kies voor 'Opslaan als'.&#x20;
4. Selecteer het type: 'Comma seperated values (.csv)'. **Let op:** kies voor het algemene CSV-formaat en niet het CSV-formaat voor MAC of MS-DOS!
5. Het nieuw opgeslagen bestand kan u gebruiken om te importeren in onFact.

{% hint style="info" %}
Hulp nodig? Contacteer <support@onfact.be>.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentatie.onfact.be/instellingen/gegevens-importeren/hoe-maak-ik-een-csv-bestand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
