Heurist Detail Updater (v.1.05)

The purpose of this utility is to update a series of heurist records with a set of values. Put another way, if you have a series of "tape" records that you have imported and need to update details for them and you have the associated Heurist ids of the records to update and the type ids of the detail types that you want to update, you can update them by entering a triple of HRecordID, HDetailTypeID, newValue for each detail you want to change (including resource pointers - valid record ids) and then pressing "analyse".

The csv structure is as follows:

5,365,"My new title"
5,373,0

The first number is the Heurist id of the recieving object (or tape following on from the example given).
The second number is the Heurist detail type id of the "field" in the recieving object where you wish the change the value. In this case 365 is used to denote the 'title' and 373 represents 'born digital' (0 = false). (see ...... for a full list of Heurist types and details).
The final number is Detail type appropriate value to be placed in the record.

Note: geographic data is accepted in duples of HAPI abbreviation and OpenGIS WKT format, e.g. p:POINT(x y).
You can have multiple geographic objects per column, separated by the | (pipe) character, i.e. p:POINT(x y)|p:POINT(x y)|...
Valid HAPI/OpenGIS WKT combinations are:

Field separator: Line separator: Quote: