Using CSV file with Comments in the collection running, unable to be parsed correctly

I am trying to use a csv file in my collection runner, but this file has a comment section at the top denoted with ‘#’ leading the comments. Seems this is a common practice, but not a standard. When it is imported the file gets all messed up and is not usable.

file

this is how it looks in postman

is there a way to handle this without modifying the file manually, as ideally we will be pulling this file down from git and running the test collection from that.

How I found the problem:

I’ve already tried: