Export/import computer with cvs
-
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
-
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).