When I try to make an export of my Itop, I go to admin tools > Export.
But the only thing i get to see is this:
General purpose export page.
Parameters:
expression: an OQL expression (URL encoded if needed)
format: (optional, default is html) the desired output format. Can be one of 'html', 'csv' or 'xml'
fields: (optional, no effect on XML format) list of fields (attribute codes) separated by a coma
Can anyone tell me how i can get an export to work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
expression: an OQL expression (URL encoded if needed)
format: (optional, default is html) the desired output format. Can be one of 'html', 'csv' or 'xml'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Fellow Itop Users,
When I try to make an export of my Itop, I go to admin tools > Export.
But the only thing i get to see is this:
General purpose export page.
Parameters:
expression: an OQL expression (URL encoded if needed)
format: (optional, default is html) the desired output format. Can be one of 'html', 'csv' or 'xml'
fields: (optional, no effect on XML format) list of fields (attribute codes) separated by a coma
Can anyone tell me how i can get an export to work?
Nevermind already found it.
Hey davymbal,
How you done this.
I am also getting same thing
General purpose export page.
Parameters:
expression: an OQL expression (URL encoded if needed)
format: (optional, default is html) the desired output format. Can be one of 'html', 'csv' or 'xml'
Yeah its alway nice if they have the time to say: solved but not how.
Here is the answer:
It`s not GUI based. You can just put everything into the URL
http://server/webservices/export.php?login_mode=basic&format=csv&expression=SELECT Contact
iTop 1.2 Administrator's Guide page 33.
Hope it`s a bit useful.
/Stefan