mysqldump-to-csv icon indicating copy to clipboard operation
mysqldump-to-csv copied to clipboard

Create a new csv file for the result

Open RedArmy95 opened this issue 5 years ago • 1 comments

For anyone who wants to create a new csv file for the result, just add

sys.stdout = open('Result.csv', 'a')

in the beginning of the code.

RedArmy95 avatar Dec 10 '20 09:12 RedArmy95

No, this is horrible. don't override sys.std.out. I will make a pull request to have an option to get the name from the input

elvirag avatar Oct 15 '23 10:10 elvirag