I hate it when you are trying to import a text file and the importer doesn’t like it cause there are ^M + \n line breaks in the middle of fields….
In vi, use:
:%s/\r\n/ /g
To turn them into spaces..
Musings on things I have learnt; most have worked for me, use at your own risk... :) Rants about things I do or don't like.
Tim McLaurin, Chicago (For now... Via .KH Via .Au)
I hate it when you are trying to import a text file and the importer doesn’t like it cause there are ^M + \n line breaks in the middle of fields….
In vi, use:
:%s/\r\n/ /g
To turn them into spaces..
No comments:
Post a Comment