You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
print(f'There were {len(conversion_errors)} errors in creating your upload list - the second return value will be a list of errors.')
67
68
ifglobal_key_to_upload_dict:
68
-
print(f'There were {len(conversion_errors)} errors in creating your upload list - upload will continue and return a list of errors as a second return value')
69
+
print(f'Data row upload will continue - the first return value will be data row upload results')
69
70
else:
70
-
print(f'There were {len(conversion_errors)} errors in creating your upload list - upload will not continue')
0 commit comments