import_batch_profiles

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 √ null
import_batches.profile_id import_batches_ibfk_1 N

unique identifier and primary key

name VARCHAR 100 null

name of this profile

matcher_id INT 10 √ NULL

the id of the match rule used (matchpoints.matcher_id)

template_id INT 10 √ NULL

the id of the marc modification template

overlay_action VARCHAR 50 √ NULL

how to handle duplicate records

nomatch_action VARCHAR 50 √ NULL

how to handle records where no match is found

item_action VARCHAR 50 √ NULL

what to do with item records

parse_items TINYINT 3 √ NULL

should items be parsed

record_type VARCHAR 50 √ NULL

type of record in the batch

encoding VARCHAR 50 √ NULL

file encoding

format VARCHAR 50 √ NULL

marc format

comments LONGTEXT 2147483647 √ NULL

any comments added when the file was uploaded

Indexes

Constraint Name Type Sort Column(s)
import_batch_profiles_s_pk Primary key Asc id
PRIMARY Must be unique Asc id
u_import_batch_profiles__name Must be unique Asc name

Relationships