Replies: 1 comment 1 reply
-
@jesuslpm : currently this is "by design", see https://github.com/pnp/pnpcore/blob/dev/src/sdk/PnP.Core/Services/Core/JsonMappingHelper.cs#L1049-L1058. Think we did this as in early iterations there were situations where we did not have the field information present. I'll review things and check if this can be changed, if so it will be an opt-in change as such a change could break the code from others. For now it's best you convert back to string |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following list:
Column1, Column2 and Column3 are text columns. However this code:
Outputs this:
I don't understand why this library tries to parse those strings as DateTime, they are text columns. How can I get the text stored on those columns? How can I prevent PnP Core from parsing them?
Beta Was this translation helpful? Give feedback.
All reactions