1. tonis
  2. RO CSVI
  3. Monday, 21 November 2022
  4.  Subscribe via email
Hello,

I want to create a skip rule for import, which will skip all items, that does not include some string.

For example: skip all items that does not contain string "Bike" in the field with the skip rule.

The field does contain also another words.

I am trying some regular expresions, but non with sucess. Some regex pattern I have tried (?!.*Bike)).*$

Can it be done?
Accepted Answer
Accepted Answer Pending Moderation
Hello,
Try the below regex with RO CSVI Skip rule plugin. See attached screenshot. This rule will skip rows which does not contain word bike. Let me know on how that goes.



/^(?!.*bike).*/
Attachments (1)
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # Permalink
Accepted Answer Pending Moderation
It goes perfect! Exactly as I want. Thanks a lot.
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!