#1093 closed enhancement (fixed)
Test-with-file function should try to match properties to file columns
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This would be very handy if the file contains a lot of columns. The difficulty is that a "strict" comparison with equals() will probably not match many columns at all. I think some kind of "fuzzy" matching is required to make this feature useful. Maybe this code can be used: http://secondstring.sourceforge.net/
If the fuzzy matching has found anything it should be possible to click a button in the web interface that automatically generates the correct column mapping expressions.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | → BASE 2.8 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
I have made some tests with the fuzzy string matching package and it looks promising.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
Sound great, all mappings but 'Parent' should be doable?