79831064

Date: 2025-11-26 18:46:51
Score: 0.5
Natty:
Report link

You are using a string as a key in your hash map instead of a regular expression object.
Here is the correct hash map declaration:

file_types = {
    /camt.053.001/ => 'camt053',
    /camt.052.001/ => 'camt052',
    /"Auftragskonto";"Buchungstag";"Valutadatum";/ => 'SpK'
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jupit90