bcpy icon indicating copy to clipboard operation
bcpy copied to clipboard

Allow sending extended options to BCP utility

Open Farcast opened this issue 4 years ago • 0 comments

I would like to request the ability to send additional arguments to the BCP utility when calling the DataFrame.to_sql method. In particular, I would like to be able to send a maximum number of errors (-m 1) and have errors logged to a file (-e somefile.log)

Perhaps for the greatest flexibility the parameters could be sent through **kwargs.

Farcast avatar Dec 15 '20 17:12 Farcast