I am adding Application data into Insight however facing challenges while adding the server details as an object. My application is pointing to multiple servers so i am using pipe operator to separate them however it is giving an error while importing the data.
The csv file has the data as - MOS-1810||MOS-1811||MOS-1938||MOS-1939
The error i am receiving while importing the csv file is
Validation failed for attribute: application server. Reason: Invalid value provided., Validation failed for attribute: database server. Reason: Invalid value provided., Validation failed for attribute: webserver. Reason: Invalid value provided.
I believe you'll want to make sure that the Object Mapping (IQL) field has something similar to this: objectType = "Application Server" and key = ${server_field_name_from_csv_file}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.