We are implementing two classes using ColumnPositionMappingStrategy and HeaderColumnNameTranslateMappingStrategy . For both we overrided convertValues because we have some custom converters to apply for some specific columns . For exemple we have an "Image" column in our csv , we have multiple urls separated by | , and the goal of override this method was to extract and split these value and return a value Object (but in fact a List)
convertValue from AbstractMappingStrategy disappear at 5.0