Menu

#11 Load a list file from a txt ? or csv ?

1.0
closed
None
2016-12-29
2016-03-21
remizik
No

Hi :)
another suggestion :

Sometimes I want to ping a list of machines that i have in a XLS file.
That would be great to be able to import it in GUIPM.

Or from a text file if it's easier?
like this :

cheers

Discussion

  • Kamil Małecki

    Kamil Małecki - 2016-03-22

    Hi!

    What do you say to add mutliple ping by paste them to quick ping edit line separated by some chars (space, comma, semicolon etc.)? If you copy/paste your list from screenshot to this line edit they should be separated by space, I could then split them and start ping each of them :)

    Cheers

     
    • remizik

      remizik - 2016-03-22

      That'd be great.
      although i'm mostly working with excel files, so when I paste it, it looks like this.

      S-FR-CAO-110
      S-FR-CAO-260
      S-FR-CAO-160
      S-FR-CAO-060
      S-FR-CAO-381
      S-FR-CAO-120
      etc ...

      maybe an option in the settings to define what's the separator is ? (line like this example, comma, space, semicolon, etc ..)
      maybe too complicated.

      you decide ! :)

      edit : or maybe autoreplace (when we paste in the field) the line jumps by spaces, if it's easier for you
      edit 2 : haha, nevermind, there is an option in notepad++ to replace line jumps by space automatically so spaces would be a perfect separator for me :) (but also a setting to decide between space/commas/semicolon etc .. would be nice :) )

      cheers !

       

      Last edit: remizik 2016-03-22
  • Kamil Małecki

    Kamil Małecki - 2016-03-22

    Probably you don't have to replace CR or LF (line jumps) by spaces in Notepad++, you can directly copy-paste from Excel :) When I copy from LibreOffice calc it works :) I will add this fetaure but I have to do some clean up in code first.

     
    • remizik

      remizik - 2016-03-22

      nice, that's perfect. Thanks a lot :)

       
  • Kamil Małecki

    Kamil Małecki - 2016-03-25

    I have uploaded v.0.7.59. You can copy-paste multiple hosts from Excel (I have tested on LibreOffice Calc) to quick ping line :) GUIPM split hosts string spearated by:
    space (0x20),
    tab (0x09),
    comma (0x2C),
    semicolon (0x3B),
    cariage return (0x0D),
    line feed (0x0A),
    cariage return + line feed

     
  • remizik

    remizik - 2016-03-25

    wow, it's works so nice !
    even with double spaces, mixed with commas, tab, all in the same paste ! you did an amazing job there !
    we're close to the perfect ping app !! :)
    can't wait for the ping range tab wink wink

    cheers, have a nice week end

     
  • Kamil Małecki

    Kamil Małecki - 2016-03-25

    even with double spaces, mixed with commas, tab, all in the same paste ! you did an amazing job there !

    Not me, it's regular expresions :)

    can't wait for the ping range tab wink wink

    So do I :D (maybe in the next week)

    cheers, have a nice week end

    Thanks, the same to you!

     
  • Kamil Małecki

    Kamil Małecki - 2016-12-29
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.