Skip to content

Commit a8a4ecb

Browse files
committed
double backslashes
1 parent e80835f commit a8a4ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codon/SQL Interface/BULK INSERT/DSS_CORPORATE_Python_Insert_Into.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# execute sql through the pyodbc cursor
1111
cursor = cnxn.cursor()
1212
cursor.execute('''BULK INSERT [dbo].[AD_Users2]
13-
FROM 'C:\\Users\wasw1\\Desktop\Python_Scripts\\AD_Users.txt' WITH (
13+
FROM 'C:\\Users\\wasw1\\Desktop\\Python_Scripts\\AD_Users.txt' WITH (
1414
FIRSTROW = 2,
1515
FIELDTERMINATOR='\\t',
1616
ROWTERMINATOR='\\n'

0 commit comments

Comments
 (0)