Ability to upload csv as user parameters

TLDR: Bulk global/scenario parameters creation with csv/xls template.

The problem

I have a list of product name, URL and SKU in csv file. The value is fixed, product_name_url, product_name_sku. What is the fastest way to convert it as key:value:type pair parameters?

The solution

Need an upload csv feature to create parameters from csv file. The workflow would be export csv from database, modify data and upload csv based on the uxer upload template (key:value:type pair as required).

Current solution

OpenBrowser Chrome "https://portal.u-xer.com/project/project_ID_HERE/parameter" //change project_ID_HERE
Click Button "Create Parameter"
ClickAndWrite Text "Enter Name"  "Param_Name_Here"
ClickAndWrite Image {Select_Desc_Field}  "Param Description Here" //Optional, use image selection
Click Text "Select Type"
Click Image {Select_String_Type} //use image selection
Click Image {Select_Output_Type} //use image selection
ClickAndWrite Image {Insert_Param_Value}  "Param Value Here" //Optional, use image selection
Click Button "Save"
1 Like

Thanks for suggestion Bukit! We will consider this!