Test Suite name is showing a Default name after uploading reports into katalon analytics

Hi

Generating cucumber Reports by using the Below format

image

I’m Using cmd to upload test execution reports to Katalon Analytics. Using the Below Code

java -jar ./katalon-report-uploader-0.0.1.jar --kit.server.api=https://analytics.katalon.com --projectId=155 --path=“D:\Git\Katalon\BddAutomation.prj\Reports” --email= --password=

Link: https://docs.katalon.com/katalon-analytics/docs/from-command-line.html#from-command-line

I have written this cmd in a batch file and executing the batch file in TestListner (After Test suite).
Using Code: Runtime.runtime.exec(“./Form_Reports.bat”)

The Script is executing and generating reports in katalon analytics but it was showing

I want the Test Suite name to be written in a customized way instead of auto-generating.