Browse Source

Adding debug to importXLSX

Andrej 1 month ago
parent
commit
ce67cd7448
1 changed files with 1 additions and 0 deletions
  1. 1 0
      importXLSX.py

+ 1 - 0
importXLSX.py

@@ -424,6 +424,7 @@ def loadSafely(pars,entries,dryRun=True):
 
    selVal=['ParticipantId','SequenceNum']
    selVal.extend(matchColumns)
+   print(f'Matching by {selVal}')
 
    for entry in entries: