Hi,
I want to import item from cvs file
1) containt off csv file
Non,domaine,adresse-Ip,Mac-adresse,utilisateur
si-p-900,nouveau-terme,102.90.30.48,twit2000
objecttype ordinateur
Mappage
Aql
Unite_administrative = ${domaine}
It not work
Hi @Marc-arthur Louis ,
What is the field you are trying to identify on for Unite_administrative?
You need to think of this as a SQL Select query where you actually do a query on the target/reference object.
So more like
Name = ${domaine}
where the Name of the Unite_administrative object contains the value of the $domaine column in your csv
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.