Veyon Community Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Export/import computer with cvs

    Help & Troubleshooting
    2
    2
    996
    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.
    • B
      bfriconneau last edited by

      Hi,
      Some trouble with importation/exportation script.
      In a Windows cmd this commands works perfectly :
      "C:\Program Files\Veyon\veyon-ctl.exe" networkobjects export "export_salle.csv" format "%room%,%name%,%host%,%mac%"

      But the same in a script ".bat" or ".cmd" is not working. There is only commas in it.

      I ever try to change the encofing (ANSI, Unicode, UTF-8), same result : the output csv file as got only commas.

      Any idéa ?

      Regards

      1 Reply Last reply Reply Quote 0
      • tobydox
        tobydox last edited by

        I suspect that there's problem with the placeholders which get evaluated as variables. You could try to use "%%room%%" (i.e. escape all percents by doubling them).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors