TigerShark icon indicating copy to clipboard operation
TigerShark copied to clipboard

Minor fix for parsing empty D8

Open CloudCray opened this issue 1 year ago • 1 comments

Minor patch for converting zero-length strings to python values in D8 elements (dates). Previous behavior raised a ValueError trying to convert '' to an int, then to a datetime.date - now returns None. This now matches the existing behavior for DR elements (datetime values).

CloudCray avatar Jun 02 '23 15:06 CloudCray

Updated __version__ and added a note to README.MD to bump to 0.3.5

CloudCray avatar Jun 02 '23 15:06 CloudCray