
With open( "quests.csv", "w", newline = '') as outfile: # (QUOTE_NONNUMERIC applies quotes to non-numeric data change this to # Go through the results row-by-row and write the output to a CSV file Query = """SELECT * FROM quest_template""" # Replace this nonsense with your own query :)

connect( host = "", user = "", password = "", database = "wow") # fichier permettant dexporter vers csv les item id et item nameĬonn = mysql. Learn more about bidirectional Unicode characters


To review, open the file in an editor that reveals hidden Unicode characters. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below.
