Opened 7 years ago
Closed 6 years ago
#2062 closed enhancement (fixed)
Add support for importing registration date to batch importers
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.11 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
It should be possible to map a column and apply a registration date to items that are created by the batch importers. It is not possible to update for existing items.
See #2061.
Change History (3)
comment:1 Changed 6 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [7330]) References #2062: Add support for importing registration date to batch importers
Added support to the biosurce, sample and extract importers. The "Registered" column mapping is defined in the
AbstractItemImporter
but actual use need to be added to each importer indivdually.