SharePoint Custom Fields (Single line of text) - Gets cast to Python Pendulam DateTime #653
Labels
area:serialization
Focused on functional modules of the product
bug
Something isn't working
priority:p0
Blocking issue. Loss of critical functions eg security/privacy violation. Bug SLA<=48hrs
Hi Everyone, doing a simple call to a SharePoint Document library to return the custom metadata fields related to a file. What's interesting is I can set the column type to 'Single line of text' in SharePoint but if I put certain numbers into the column it returns as a datetime object.
If I put text in the field on SharePoint it returns correctly as text or even if I put enough numbers it returns as text as well.
In the example below the Doc_ID column in SharePoint contains the numbers 1212.
Output:
This seems like unexpected behavior?
The text was updated successfully, but these errors were encountered: