FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

XmlProvider changes the name of the elements/attributes.

Open MarkNicholls opened this issue 3 years ago • 1 comments

I know this is by design, but i think its presumptious I WANT to use the names I see in the data, not mentally map them. If i have 2 identically named fields e.g. location and Location, they get mapped to Location and Location2, this is now a problem because Im not sure which field maps to which element.

I'm tempted to implement it myself.

MarkNicholls avatar Mar 27 '22 22:03 MarkNicholls

The use of lowercase names in F# is becoming more and more normal, so yes I think it's totally OK to add an option not to fiddle with the names

dsyme avatar Mar 28 '22 06:03 dsyme