Bulk Insert a fixed width file

I opened the file with notepad++ and see that the row terminator is a line feed. I added

ROWTERMINATOR = '\r'' 

to my bulk insert and now I get an error that says:

The bulk load failed. The column is too long in the data file for row 1, column 1. Verify that the field terminator and row terminator are specified correctly.