Skip to main content
Version: 6.11

Merge / Export Data

Merge Data

Merge Data can be used to import new Templates, and also import regular client which have been exported out of another Patriot system.

To import template, go to the Patriot Templates page, find the template you wish to import and select it from the For Import column. You should be given the option to Save the file on you PC. Find the file you just downloaded. It will be an xml file.

To merge go to Maintenance Menu Item > Clients > Merge Data.

Merge Data
Merge Data

The Merge Data window will appear.

The options displays will depend on the format of the file to import. Older templates files may display different options to what is covered here.

On this screen, you can select the input file. Browse to the .xml file created earlier. Patriot will now parse the input file and load up a list of all Action Plans that are referenced by the input clients.

Action Plan matching.
You can match imported action plans with existing action plans, or create new ones

Each action plan from the import file is shown in a list, with a selector next to it. Pick action plans to use on your system by clicking on each selector. Do this for each action plan in the list.

You must also decide which Merge Behaviour Patriot should use when imported client and related data conflicts with existing data:

  • Skip Existing: If data from the import file already exists in Patriot, it is not imported, leaving the existing data unchanged.

  • Overwrite Existing: If data from the import file already exists in Patriot, it will be overwritten by the imported data.

  • Merge Existing: Patriot will merge the imported data with the existing data. When conflicts occur (e.g. a zone already exists with the same client, zone and module numbers) the imported data will be merged into the existing data with the imported data taking precedence. For example, when merging an imported zone with a description into an existing zone which already has a description, the imported zone description will overwrite the existing zone's description).

    When using the Merge Existing option with the data conversion spreadsheet, only the bare minimum of data needs to be entered into the spreadsheet. For example, if you only want to update the zone listing for one or more clients, you only need to enter the client number once on the "Clients" worksheet, and then the client, zone, and module numbers on the "Zones" worksheet, along with the zone fields that you wish to update.

note

Although the Merge Existing import option supports the data merge of all client and related data from the data conversion spreadsheet, it does not support the merge of all the client related data supported by Patriot XML import facility. The data types currently unsupported are: Verified Address, Add-On Device, Action Plan Overrides, and Engineers.

The Merge Users checkbox will have Patriot check for the Users that are being imported against Users in existing accounts. This option has Patriot attempt to merge users together on the same client where contact details exists but don't conflict (E.g if you are importing a User "David" with a phone number and there exists a "David already on the account but with no phone number then Patriot will merge the Users as the names are the same and no details conflict). It will also merge panel users with no contact details across all areas of the client. If there is a conflict of user that is being imported and users on the account (E.g. they have the same exact name but different phone numbers) then a new User will be created.

Click save when you are ready to import. A log is generated showing the progress. Once the data conversion is complete, this log will also be saved into the same directory as the input .xml file.

Export Data from Patriot

Maintenance > Clients > Export Data, can be used to export a selection of clients out of Patriot and into an xml export file. This file can then be used to import this data into another Patriot system using the Merge Data feature above.

With Export Data open, search for and select the first client you wish to export and click the insert button to add it to the Included Clients list. Repeat this process until all clients you wish to export are showing in the included clients list and then click the save button to choose a destination to save the .xml file to which the clients will be exported.

Select clients to export
Selecting clients to export

Bulk clients can also be exported from the results of an Advanced Search.

Automated Import / Export

  • Requires the AutomatedImportExport module

Scheduled jobs can be setup to automatically perform either data import or exports. These scheduled jobs can be setup from System > Database > Automated Import/Export. Only one of these jobs can be configured per system, so either import or export.

Automated Import/Export
Automated Import/Export

The basic settings for Import and Export are the same. Select the file to either Import or Export respectively. Set the frequency of the job, and time of day to start the first job.

The Export also has a query setting. Here you must select a pre-configured query which defines what clients will be exported. The easiest way to create this query is to use the Advanced Search. Create the Search that defines the clients you wish to export, then save the Advanced Search, and ensure you check Save As Query. This will make the query available in Reports > Queries > Stored Queries.

You must also set the order of the query correctly, otherwise any sub areas of clients imported will not import correctly. If you have created your query using Advanced Search you can't edit it directly, so you must copy the text from the Query entry box, and then insert a new query, and paste in the query text. Then change the Order By from

...ORDER BY mem.Client_No

to

...ORDER BY mem.Client_No desc

Then Save the query.

Alternatively, you can define a query by hand directly from Stored Queries. The query must have at least two fields returned, and the second field must be the client_no of the client to export (the Advanced Search built query does this automatically). It must also order the clients by Client_No desc.

You can now select this query from the Query Selector when setting up Automated Export.

A signal will be logged to record the result of an automated Import and Export job. The following system events are used

65209Export Successful
65210Export Failure
65212Import Successful
65213Import Failure