Developer forum

Forum » Integration » Conditionals not working while importing

Conditionals not working while importing

Davy Capiau
Reply

Hi,

When trying to skip rows where a value is null or empty I set this conditional, but it doesn't work:

The result: the import behaves as if there was no conditional. I also tried with !@NULLOREMPTY

My specific case:

- CSV import

- AccessUser Table via the User provider (fyi the same is with the ECOM provider.


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Davy,
The problem is that it is not implemented in this way. It only supports the @NULL or @NULLOREMPTY conditions in the Equal (=) condition.
It is explained here. Can you try just empty value (don't enter anything) instead of @NULLOREMPTY text in your condition? Or try use "" instead. Then it should skip empty text rows.
BR, Dmitrij

Votes for this answer: 1

 

You must be logged in to post in the forum