Skip to content

Commit

Permalink
csvw: declaring null value on table level
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlrch committed May 27, 2021
1 parent 3f99696 commit f99ff7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/mapping-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,21 @@ When dealing with CSV files, sometimes a column that contains numbers will conta
```


In order to apply a `null` value for all columns in a table, it can also be declared on the `logical-source` or `source-group` level:

```
logical-source airport {
type csv
source "airport"
null "X"
referenceables
id
stop
latitude
longitude
}
```


### source-group
Expand Down

0 comments on commit f99ff7b

Please sign in to comment.