Importing Strava tcx to Connect - using filename as activity name

I am moving to Connect only and dropping Strava., I have a great way to generate .tcx file for missing rides in Connect. How can i get Connect to use the filename as the name of the activity once imported? Not just "{Location}Cycling"

  • If you're a developer you could convert the tcx to fit and update the profilename (hint from my java program sessionRecords.get(0).setSportProfileName(newProfileName). When importing to connect the profilename is used as name of the activity.

    Maybe the profilename is available in tcx too.