Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Venzl <gerald.venzl@gmail.com>
  • Loading branch information
gvenzl committed Jan 28, 2019
1 parent a7c369e commit 8b1e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ Closing database connection.

`csv2db` can load multiple files at once, using either wildcard characters (e.g. data*.csv.zip) or by passing on the folder containing CSV files.

***Note:** Wildcard characters have to be enclosed in `""`*
***Note:** String including wildcard characters have to be enclosed in `""`*

```console
$ ./csv2db load -f "test/resources/2018*" -t citibikes -u csv_data -p csv_data -d ORCLPDB1 --verbose
Expand Down

0 comments on commit 8b1e35d

Please sign in to comment.