Skip to content

Verbose "row loaded" output printed unnecessarily #6

@gvenzl

Description

@gvenzl
$ wc -l 201812-citibike-tripdata.csv
   10001 201812-citibike-tripdata.csv
$ csv2db load -f 201812-citibike-tripdata.csv -u data -p secret -d data_science -t trips -v
Finding file(s).
Establishing database connection.

Loading file 201812-citibike-tripdata.csv
10000 rows loaded
0 rows loaded
Done

Closing database connection.
$

The line 0 rows loaded should not be printed.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions