Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Alias/Abbeviation naming mapping feature request #14

Open
williamwsmith opened this issue Jul 2, 2012 · 3 comments
Open

Alias/Abbeviation naming mapping feature request #14

williamwsmith opened this issue Jul 2, 2012 · 3 comments

Comments

@williamwsmith
Copy link

One of the difficulties I have found with AutoMapper is not enough flexibility in name matching. Quite often in large older systems, the are abbreviations/aliases used. Typicall the new code usings more literate names. Would be nice to have a set of aliases/abbreviates that could be applied to generate match candidates.

example
from name: PKG_TRKNO
to name: PackageTrackingNumber

Automapper does support prefixes. (PKG_) in above.
Would like to register- "PKG_", as "Package" and "TRKNO" as "TrackingNumber". Just a thought. Glad to see you are taking this on!

@kkozmic
Copy link
Owner

kkozmic commented Jul 4, 2012

Cheers,

I can see how that can be useful, although I think I'd rather provide crazy simple way to define those synonyms/aliases/abbreviations than try to have any out of the box ones, since I think that would be pretty domain/application specific

@williamwsmith
Copy link
Author

Agreed.  I didn't mean to imply having having common abbreviations in your implementation was the solution.
 
W.


From: Krzysztof Koźmic [email protected]
To: williamwsmith [email protected]
Sent: Wednesday, July 4, 2012 3:15 AM
Subject: Re: [Cartographer] Alias/Abbeviation naming mapping feature request (#14)

Cheers,

I can see how that can be useful, although I think I'd rather provide crazy simple way to define those synonyms/aliases/abbreviations than try to have any out of the box ones, since I think that would be pretty domain/application specific


Reply to this email directly or view it on GitHub:
#14 (comment)

@kkozmic
Copy link
Owner

kkozmic commented Jul 9, 2012

Ah ok.

That's what I thought but wanted to make it very clear :)

@k

On 9/07/12 2:35 PM, williamwsmith wrote:

Agreed. I didn't mean to imply having having common abbreviations in your implementation was the solution.

W.


From: Krzysztof Koźmic [email protected]
To: williamwsmith [email protected]
Sent: Wednesday, July 4, 2012 3:15 AM
Subject: Re: [Cartographer] Alias/Abbeviation naming mapping feature request (#14)

Cheers,

I can see how that can be useful, although I think I'd rather provide crazy simple way to define those synonyms/aliases/abbreviations than try to have any out of the box ones, since I think that would be pretty domain/application specific


Reply to this email directly or view it on GitHub:
#14 (comment)


Reply to this email directly or view it on GitHub:
#14 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants