Hello,
You need to use
Skip rule plugin to create a rule to check for empty space and skip the record.
There are two ways of solving this
1. You create a skip rule and set Method to match to Regular expression and set a regex which checks for spaces. Apply this rule on file_url field in your template fields. I am not sure about the regex to be used but you can try something like
/(\s)/
2. If the above solution does not work then you need to create two rules. The first rule is using Multi replace plugin, Find and Replace operation. Leave Find field to be empty and in Replace field set to a text like 'noimage'. Make sure that you set the ordering of this rule to 1. Save the rule. Now create another rule using Skip plugin, Method to match will be Regular text and in Values to match set 'noimage'.Set the ordering of this rule to 2 and save the rule. Apply both the rules on file_url field and run the import. The logic behind these rules is that with the first rule we are replacing empty values with noimage text and when with second rule where skip rules finds the matching text as noimage, it skips that record.
Let me know if it helps.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the
Joomla! Extension Directory