# CSV File in the model name regarding the YAML for testing

**URL:** https://discourse.getdbt.com/t/csv-file-in-the-model-name-regarding-the-yaml-for-testing/10020
**Category:** Help
**Tags:** testing
**Created:** [September 21, 2023, 8:40am UTC](https://discourse.getdbt.com/t/csv-file-in-the-model-name-regarding-the-yaml-for-testing/10020 "2023-09-21T08:40:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Luc](https://avatars.discourse-cdn.com/v4/letter/l/9dc877/32.png) [@Luc](https://discourse.getdbt.com/u/Luc)
#### Post date: [September 21, 2023, 8:40am UTC](https://discourse.getdbt.com/t/csv-file-in-the-model-name-regarding-the-yaml-for-testing/10020/1 "2023-09-21T08:40:55Z")

</div>

Hello,

I have a question:  
could you please tell me if the syntax is correct regarding the CSV file for the model name in testing ?

Here is the YAML

* * *

version: 2  
models:

- name: read\_csv\_auto(‘C:/Users/formation/Documents/dbt/Data\_atelier/Scripts/Region.csv’, delim=‘;’, header=true)  
columns:
- name: code\_region  
tests:
- null\_field

Thank you in advance for your answers
