Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BULK INSERT LF Rowterminator

Status
Not open for further replies.

njvsummit

MIS
Apr 5, 2004
20
0
0
US
I have a UNIX file that I am trying to BULK INSERT, but can't seem to get the correct rowterminator. Each row ends with a LF and I have tried \r, \n, and \r\n, but all return in error. If I replace the LF with CRLF, then it works with '\n', but this is going to be a daily process with some large files and I would like to avoid that step if possible.

Thanks
 

I have also recently run into this problem. Were you able to find a solution?

mf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top