Need To Convert TXt To CSV

4 replies
Hi,

I need to convert a text file into a csv format any
simple way to do it.
#convert #csv #txt
  • Profile picture of the author Charles H Smith
    For several years, I've used CSVed from freeware software Sam Francke Kinda clunky to learn, but it accomplishes txt to csv and then some...

    Charles
    Signature
    .
    {{ DiscussionBoard.errors[361237].message }}
    • Profile picture of the author learnmore
      Is the text file already in a comma separated format? If so, just rename it to .csv and you can open it in Excel.

      You can also import a text file (assuming it's in tabular format, meaning the columns are separated by space or some common character) into Excel and it will also convert into a csv.

      Does that answer your question?
      {{ DiscussionBoard.errors[361240].message }}
  • Profile picture of the author Paul Myers
    higbids,

    Post a sample line (change any info that needs to be hidden or kept private) and I'll tell you how to do it in seconds with any free text editor.


    Paul
    Signature
    .
    Stop by Paul's Pub - my little hangout on Facebook.

    {{ DiscussionBoard.errors[361451].message }}
  • Profile picture of the author highbids
    Thanks for the replys I'll try CSVed & if that won't work
    I'll rename it to .csv
    {{ DiscussionBoard.errors[361453].message }}

Trending Topics