You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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
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)
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: