#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 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | → BASE 2.8 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
I have made some tests with the fuzzy string matching package and it looks promising.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
comment:5 by , 16 years ago
comment:6 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Sound great, all mappings but 'Parent' should be doable?