Community
    • Login

    Better CSV columns?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 4 Posters 8.5k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Lasse RonnenbergL Offline
      Lasse Ronnenberg
      last edited by

      Suggested improvement to Notepad++

      Reading CSV files is a burden. Even if I replace the separators (usually “;”) with a tabulator character ( \t ) it is still not properly displayed as columns.

      I suggest adding tab indentation, like in Word!

      A ruler at the top, where I click at some position to place a tab indentation mark.

      The first tab in a line, will try to indent to that position, instead of the default tab positions that have always been available when you use the tabulator in Notepad++

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Offline
        Alan Kilborn @Lasse Ronnenberg
        last edited by Alan Kilborn

        @Lasse-Ronnenberg

        Reading CSV files is a burden

        I don’t use it myself, but maybe you want to try out the CSV Lint plugin and see what it can do for you?

        1 Reply Last reply Reply Quote 4
        • Mark OlsonM Offline
          Mark Olson
          last edited by

          CsvQuery is also a fine option for querying CSV files, although it increases Notepad++'s startup time pretty significantly.

          1 Reply Last reply Reply Quote 1
          • CoisesC Offline
            Coises
            last edited by

            You might be able to use my plugin Columns++ to help with this. See the help sections on Elastic tabstops and the Convert separated values to tabs… command.

            Elastic tabstops is a conceptually simple algorithm defined by Nick Gravgaard for aligning tab-separated text. It works by treating each tab as a column separator and then making each column just large enough to hold its contents, much like the way a simple HTML table works.

            In most cases, Convert separated values to tabs should be able to transform a csv file into tab-separated values without confusion.

            There are some other handy functions in the plugin for working with data arranged in columns as well.

            I currently consider the plugin to be in an “alpha” state. I use it, and I haven’t been seeing many problems reported, but it could be that hardly anyone is using it. If you use it, please let me know if you encounter any problems.

            1 Reply Last reply Reply Quote 5

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors