Cartographer icon indicating copy to clipboard operation
Cartographer copied to clipboard

Alias/Abbeviation naming mapping feature request

Open williamwsmith opened this issue 13 years ago • 3 comments

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!

williamwsmith avatar Jul 02 '12 20:07 williamwsmith

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

kkozmic avatar Jul 04 '12 10:07 kkozmic

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: https://github.com/kkozmic/Cartographer/issues/14#issuecomment-6757074

williamwsmith avatar Jul 09 '12 04:07 williamwsmith

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: https://github.com/kkozmic/Cartographer/issues/14#issuecomment-6757074


Reply to this email directly or view it on GitHub: https://github.com/kkozmic/Cartographer/issues/14#issuecomment-6838399

kkozmic avatar Jul 09 '12 04:07 kkozmic