Hello,
I'm trying to import assets with applying an AQL filter, but I have a constant fail. Did anyone had a similar issue and maybe a solution ?
CSV:
unu,doi
val unu,val doi
AQL filter samples:
"unu" = "val unu"
unu = "val unu"
Validation is passing fine, I see it in the Network panel of the Dev Tools of the browser :
{"isValid":true,"errorMessages":[],"errors":{}}
But Create silently fails, I see the message in the same panel :
{"errorMessages":[],"errors":{"selectorQlQuery":"The AQL provided is invalid"}}
It turns out I was using in my AQL the fields from CSV, not an attribute of my target object.
If my target object had an attribute: numar, I should've used the AQL like this:
"numar" = "val unu"
so it is numar the name of the attribute of the target object instead of unu from CSV.
This option however does not work when the attribute is an Object.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.