Skip to content

Commit

Permalink
[DSC-898] fix dc.date.accessioned during migration of CRIS entities
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-ieffam committed Oct 27, 2023
1 parent 458b710 commit b36a535
Show file tree
Hide file tree
Showing 2 changed files with 686 additions and 4 deletions.
56 changes: 52 additions & 4 deletions dspace/etc/migration/dspace_cris_migration_post_import.kjb
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>1448</xloc>
<yloc>112</yloc>
<xloc>1024</xloc>
<yloc>304</yloc>
<attributes_kjc/>
</entry>
<entry>
Expand Down Expand Up @@ -537,10 +537,49 @@
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>1290</xloc>
<xloc>1248</xloc>
<yloc>112</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>UPDATE dc_date_accessioned</name>
<description/>
<type>TRANS</type>
<attributes/>
<specification_method>filename</specification_method>
<trans_object_id/>
<filename>${Internal.Entry.Current.Directory}/update_dc_date_accessioned.ktr</filename>
<transname/>
<arg_from_previous>N</arg_from_previous>
<params_from_previous>N</params_from_previous>
<exec_per_row>N</exec_per_row>
<clear_rows>N</clear_rows>
<clear_files>N</clear_files>
<set_logfile>N</set_logfile>
<logfile/>
<logext/>
<add_date>N</add_date>
<add_time>N</add_time>
<loglevel>Basic</loglevel>
<cluster>N</cluster>
<slave_server_name/>
<set_append_logfile>N</set_append_logfile>
<wait_until_finished>Y</wait_until_finished>
<follow_abort_remote>N</follow_abort_remote>
<create_parent_folder>N</create_parent_folder>
<logging_remote_work>N</logging_remote_work>
<run_configuration>Pentaho local</run_configuration>
<suppress_result_data>N</suppress_result_data>
<parameters>
<pass_all_parameters>Y</pass_all_parameters>
</parameters>
<parallel>N</parallel>
<draw>Y</draw>
<nr>1</nr>
<xloc>1248</xloc>
<yloc>304</yloc>
<attributes_kjc/>
</entry>
</entries>
<hops>
<hop>
Expand Down Expand Up @@ -590,8 +629,17 @@
</hop>
<hop>
<from>Migrate doi2item</from>
<to>Successo</to>
<to>UPDATE dc_date_accessioned</to>
<from_nr>0</from_nr>
<to_nr>1</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>UPDATE dc_date_accessioned</from>
<to>Successo</to>
<from_nr>1</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
Expand Down
Loading

0 comments on commit b36a535

Please sign in to comment.