Instead of entering all articles via 'crsimport', you can now create wild cards. The syntax is SQL LIKE which means '_' represents one single character and '%' represents zero, one or multiple characters. If there are multiple matches, the one with the longest code is used, e.g. 195 % has a higher priority than 19 %.