Skip to content

Commit f30323d

Browse files
committed
完善输出
1 parent 2fd7421 commit f30323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv2es/cmd/import.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ csv2es import --host=locahost --port=9200 --mapping=mapping_filename.json --inde
118118
count++
119119
}
120120
}
121-
fmt.Printf("向es写入的数据量:%d,异常:%d", len(indexed), count)
121+
fmt.Printf("向es写入的数据量:%d,异常:%d\n", len(indexed), count)
122122
},
123123
}
124124

0 commit comments

Comments
 (0)