PHP-SharePoint-Lists-API icon indicating copy to clipboard operation
PHP-SharePoint-Lists-API copied to clipboard

Consider Data Types when fetching Sharepoint Lists

Open matrad opened this issue 7 years ago • 0 comments

It'd be great if it's possible If we can correctly format the values in the Array if we fetch a list.

Example: a Boolean is returned as '0' or '1' string in the array, the correct way would be a boolean with true/false

matrad avatar Apr 16 '19 10:04 matrad