<div dir="ltr"><div>Hi Mary et al,</div><div><br></div><div>Here is the process I use to create a record bucket (with thanks to my colleague, Michele Morgan):</div><div><br></div>Create a new record bucket in Evergreen, and note its id number.<br><br>Using the id for the bucket you just created, (in this example, 10091) use a text editor to change your list of record ids to this format:<br><br>insert into container.biblio_record_entry_bucket_item (bucket,target_biblio_record_entry)<br>values<br>(10091,3187189),<br>(10091,1762097),<br>(10091,3157671),<br>(10091,3158568),<br>(10091,3131949),<br>(10091,3183595),<br>(10091,3171737),<br>(10091,3177958),<br>(10091,3187724),<br>(10091,3191913),<br>(10091,3095584),<br>(10091,3184189)</div>