Hi there!
A situation that has occurred a few times for us is that, when using command-line importing with a regex target (something like "\"regex:^.*/(?<Container1>.*?)\" ", the regex will match an existing dataset from another user on the user's active group, but if that happens for a read-only group the import fails. Is there any way of avoiding this? The only solution we have at the moment is changing it to "\"regex:@name:^.*/(?<Container1>.*?)\" ", which will create a new dataset even if that user already has one with the same name, which is also not ideal.
Thanks in advance!
Erick