2020-10-31 Fred Gleason <fredg@paravelsystems.com>

* Added an '--output-pattern' switch to rdimport(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-31 12:18:02 -04:00
parent 0904c2cbe3
commit b7702a9c79
14 changed files with 160 additions and 21 deletions

View File

@@ -370,7 +370,9 @@ class Update(object):
#
# MAINTAINER'S NOTE: These mappings must be kept in sync with
# those of the 'RDLogLine::resolveWildcards()'
# method in 'lib/rdlog_line.cpp'.
# method in 'lib/rdlog_line.cpp' as well as
# the 'RunPattern()' and 'VerifyPattern()' methods
# in 'utils/rdimport/rdimport.cpp'.
#
string=self.__replaceWildcardPair('a','artist',string,esc)
string=self.__replaceWildcardPair('b','label',string,esc)