Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6893211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:37:51+00:00 2026-05-27T06:37:51+00:00

I currently have a file that has a special character ^M inside it. Bugs,^MMember

  • 0

I currently have a file that has a special character ^M inside it.

Bugs,^MMember Name,Entity Number^MPilgrim,1 404 765 909^MLovene,1 406 373 405^MLarry,1 404 867 143^MTom,^MChristine,1 404 803 973^MJacqueline,1 406 053 064

when i try to read this file only the last line is output: Jacqueline,1 406 053 064. I have the follwoing andit does not work?

file.each {|line| puts line }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:37:52+00:00Added an answer on May 27, 2026 at 6:37 am

    The ^M you’re talking about is the carriage return character with value 0x0d. You can get rid of it using

    File.read("filename").gsub "\r", ''
    

    or split file’s contents with it

    File.read("filename").split "\r"
    

    As pointed out by LBg, some platforms, e.g. Windows, require you to open a file in binary mode to read CR characters.

    File.read("filename", "rb").split "\r"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML file that currently has 4 nodes with the same name:
I currently have a java file that has buttons to create new GUI windows.
I currently have a csv file that I'm parsing with an example from here:
Alright, currently I have my SWF hitting a php file that will go and
Currently I just have a file like this that I manually parse into a
I have a text file that contains localized language strings that is currently encoded
Currently I have an application that receives an uploaded file from my web application.
I'm currently implementing a client application that POST's a file over HTTP and have
I have an xml file that has a start date and length of a
I have a solution file that has the following example projects: SharedLibrary NonSharedLibrary WebProject

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.