Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit ef06da4

Browse files
author
Andrew Ma
committed
Add list field names example in README
1 parent 541334d commit ef06da4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ python3 -m pip install --upgrade --no-cache-dir https://github.com/andrew-ma/sim
3434
sim_csv_script -h
3535
```
3636

37+
### List valid field names that can used in CSV file
38+
```
39+
sim_csv_script --list-field-names
40+
```
41+
3742
### Example Read Single
3843
```
3944
sim_csv_script {example.csv}

0 commit comments

Comments
 (0)