... fields
When using Workspace API in Python under Windows 10, some fields produce "NaT" results, but these fields have full values in Data Item Browser.
E.g. the Python command
df=rd.get_data(['MMM.N','BAG.L','AOS.N'], ['TR.ISUpdateType','TR.IsISFlashUpdated','TR.IsBSFlashUpdated','TR.IsCFFlashUpdated'], parameters={'NULL':'Blank'})
produces no results for the required fields.
How can one obtain the values for these fields in Python?