Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 Jari Häkkinen, 16 years ago

Sound great, all mappings but 'Parent' should be doable?

comment:2 by Nicklas Nordborg, 16 years ago

Milestone: BASE 2.8
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

I have made some tests with the fuzzy string matching package and it looks promising.

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4419]) Fixes #1093: Test-with-file function should try to match properties to file columns

comment:4 by Nicklas Nordborg, 16 years ago

(In [4422]) References #1093: Test-with-file function should try to match properties to file columns

Fixed a Javascript error.

comment:5 by Nicklas Nordborg, 16 years ago

(In [4425]) References #1093: Test-with-file function should try to match properties to file columns

Compare scores using '>=' instead of '>'.

comment:6 by Nicklas Nordborg, 16 years ago

(In [4458]) References #1093: Test-with-file function should try to match properties to file columns

Fixed a null problem with IE.

Note: See TracTickets for help on using tickets.