Feature #35988
Spread sheet import plugin
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Importers | |||
Target version: | - | |||
Resolution: |
Description
Hi there,
I wrote a plugin which extends original import features with following:
- ODX aware, means you do not need to convert the importing data to CSV
- this feature uses roo gem
- pre-auto-mapping and pre-validation on mapping page, to avoid being dropped importing records
- mapping is not data columns to internal entity one, but entity one to data one
- project members import
If this UX is built in to original Redmine, I'm happy!
History
#1 Updated by Anonymous over 1 year ago
Developed for Redmine 4.1.
#2 Updated by Anonymous over 1 year ago
- File ss_import.zip added
attached is the improved version of ss_import plugin.
The auto-mapping used to be sticky and was not possible to change manually, but now it is changeable.
#3 Updated by Anonymous over 1 year ago
- File ss_import.zip added
Despite of my intention, related issues were not possible to import because of a regular expression bug. Attached is the resolved version.
#4 Updated by Anonymous about 1 year ago
- File ss_import.zip added
Former 3 zip files were old branch's working copies and will not work as I explained.
The file this time is the correct one.