Skip to content

Fixed parsing of input file in afs service

Created by: zlamalp

  • We must explicitly match the line with values separated by the tab char, since two consequent tab chars are considered as one for IFS. This can happen, if one of the values (columns) is empty (empty string) which is allowed state.

Merge request reports