You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

You can perform quick data exporting from your list view into various formats for the sake of further deploying on other instances.

In SimpleOne, you can export your list into Excel and JSON formats.

To export a list, please complete the steps below:

  1. Navigate to the list you need to export.
  2. (optional) Customize it using a List layout (you need to have admin privileges for this) or a Personal list layout to have just the needed set of columns displayed in the preferred order.
  3. Filter out a list with Condition Builder if necessary.
  4. Click on the title area of the list and select the Export to Excel or Export to JSON items (depending on the required format) in the context menu.

After that, the file will be downloaded to your computer.


For data consistency purposes

  1. Please note that if you export data from the child dictionary or the related list, perform this from the appropriate list view.
  2. Excel exporting tool gathers data only from columns displayed on the dictionary list view. So if an exported dictionary list view contained an incomplete column set, then the final data may be inconsistent after importing on a target instance.
  3. Fields of the Reference type should be shown as their ID to be exported. These values can be displayed on the list view with Dot-walking. For example:
    • To export reference values of the Caller field, add the Caller → ID field on the list view.


Export data format (JSON)


Here you can find an example of the record exported in JSON format.


JSON Example
{
    "itsm_incident": [
        {
            "sys_created_by": 155931135900000001,
            "caller": 155931135900000001,
            "sla_due": null,
            "comments": null,
            "sys_created_at": "2020-09-07 08:43:02",
            "due_date": null,
            "impact": "1",
            "parent_id": null,
            "priority": "1",
            "state": "-2",
            "sys_updated_at": "2020-09-07 08:43:25",
            "sys_updated_by": 155931135900000001,
            "urgency": "1",
            "closed_by": null,
            "contact": null,
            "screenshot": null,
            "subject": "test",
            "active": true,
            "additional_comments": null,
            "attention_required": true,
            "company": null,
            "display_name": "INC0000322 test",
            "sys_id": 159946818218525099,
            "watcher_list": null,
            "assigned_user": 157416146011669937,
            "description": "",
            "number": "INC0000322",
            "assignment_group": 157417569011449935,
            "opened_by": null,
            "escalation": null,
            "closed_at": null,
            "opened_at": "2020-09-07 08:43:01",
            "subcategory": null,
            "master_incident": null,
            "infrastructure_incident": false,
            "resubmission": null,
            "category": null,
            "reject_count": null,
            "chronology": "",
            "knowledge": false,
            "major_incident": false,
            "slave_incidents": "",
            "copy_cis_to_originators": false,
            "agent_satisfaction": null,
            "actual_end_datetime": null,
            "planned_start_datetime": null,
            "resolved_at": null,
            "caused_by_changes": "",
            "level_of_dependency": null,
            "solved_by_changes": "",
            "service_satisfaction": null,
            "contact_type": "10",
            "related_cis": "157477515313727442",
            "closure_notes": "",
            "complete_originators": false,
            "related_incidents": null,
            "related_problems": "",
            "planned_end_datetime": null,
            "related_articles": "",
            "resolved_by": null,
            "actual_start_datetime": null,
            "has_breached": false,
            "related_inquiry": null,
            "closure_code": null,
            "known_error": null,
            "rererer": null,
            "nenenenenen": null,
            "steps_to_reproduce": "",
            "short_description": null,
            "work_notes": null,
            "wf_executing_activity": null,
            "service": 157416651911910348,
            "sys_db_table_id": 156950677111866258,
            "followers_list": ""
        }, 



  • No labels