I'm using an FMT file to BCP a csv file into a an SQL Server Box - everything is fine, but only the first row of the 5 line file is getting inserted.

I think it is the line feed settings for the terminator of the final column - but how do I view and edit the line feeds in the csv file?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Notepad++ is a free editor which you can use to view (View / Show Symbol / Show End of Line) and edit (Edit / EOL Conversion / Windows Format) the end of lines.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.