I have to bulk insert a file , it's a large file and only 4 rows have ""
in the first column, so I just want to read them. Any ideas? So for those 4 rows I have to insert all data inside the ""
marks into the first column.
Asked
Active
Viewed 56 times
0

Serban Tanasa
- 3,592
- 2
- 23
- 45

Saad Ullah
- 25
- 1
- 1
- 5
-
3Have you tried anything? – BJones Jul 28 '15 at 18:20
-
yes bulk insert , but even with format file , only 4 rows has it , bcp eliminate these rows , is thir a way in bcp for text qualifier – Saad Ullah Jul 28 '15 at 18:35
-
So you only want to insert text that has `"some text here"` format, and ignore the rest? – Serban Tanasa Jul 28 '15 at 20:05
-
This seems to touch on the same issue (Delimiters present inside string encapsulated record and Bulk Insert): http://stackoverflow.com/questions/12902110/bulk-insert-correctly-quoted-csv-file-in-sql-server – JNevill Jul 28 '15 at 20:23
-
@serben no serban , i need all data , but for "" i need every thing in 1 field , so my file is pipe delimited , and in "N|A" in double quotes , so i want to put N|A in one field – Saad Ullah Jul 29 '15 at 15:23