Skip to content

Commit

Permalink
Merge pull request #20 from VForWaTer/fix-data-section
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Dec 18, 2023
2 parents 70a1111 + 36cf01d commit b4a8807
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,21 @@ tool specification are already covered:
| float | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| enum | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| enum -check values | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| boolean | :grey_question: | :grey_question: | :grey_question: | :grey_question: |
| boolean | :heavy_check_mark: | :grey_question: | :grey_question: | :grey_question: |
| datetime | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
| asset | :x: | :x: | :x: | :x: |
| **Parameter fields** ||
| array | :heavy_check_mark: | :grey_question: | :grey_question: | :grey_question: |
| default | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| min & max | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| **Data fields** ||
| extension - `.dat` | :x: | :x: | :x: | :x: |
| extension - `.csv` | :x: | :x: | :x: | :x: |
| extension - `.nc` | :x: | :x: | :x: | :x: |
| extension - `.sqlite` | :x: | :x: | :x: | :x: |
| load | :x: | :x: | :x: | :x: |
| wildcard search | :x: | :x: | :x: | :x: |
| extension - `.dat` | :heavy_check_mark: | :x: | :x: | :x: |
| extension - `.csv` | :heavy_check_mark: | :x: | :x: | :x: |
| extension - `.nc` | :heavy_check_mark: | :x: | :x: | :x: |
| extension - `.json` | :heavy_check_mark: | :x: | :x: | :x: |
=======
| empty input * | :x: | :x: | :x: | :x: |

| empty input * | :x: | :x: | :x: | :x: |
| wildcards | :heavy_check_mark: | :x: | :x: | :x: |

\* `empty input` refers to the input specification requiring implementations to be able to handle empty or missing `/in/input.json` by returing an appropriate empty data structure

Expand Down
4 changes: 2 additions & 2 deletions docs/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ extension: .csv
```yaml
extension:
- .dat
- .txt
- .DAT
- .TXT
```

Note that the `extension` field is case **insensitive**.


## Example

Expand Down

0 comments on commit b4a8807

Please sign in to comment.