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
Add support for xsd("auto") #116 --> | xsd("auto") will apply an xsd type that matches the python-type passed in (which assumes some smartness in the Source implementation that does proper type conversion, or assumes the template is doing that type conversion)
Add support for xsd("detect") #115 --> `| xsd("detect") will ignore the input type, assume str (or even force conversion) and then make a guess of the type before handing it over to the appropriate matching xsd-type
In other words: | xsd(detect) == | do-str-to-type-detection-and-conversion +| xsd(auto)
consider making the | xsd filter a bit smarter:
Add xsd("auto"), which applies the best fitting xsd type to the actual datatype
(copying from IMIS-1598)
The text was updated successfully, but these errors were encountered: