Very new to sfm and looking to use it in project.
Had below questions.
First, how does sfm handle blank values when mapping. Is it possible to ignore blank values from being set for all fields. Blank as in empty string in the CSV file.
Second, is it possible to map two columns to a single property. E.g. propertyOne and properyOneMV. PropertyOne is set if there a single value. propertyOneMV is a comma separated list and should be converted to a list before setting the Pojo. The pojo has a list field called propertyOne.
Thanks,