Update CSV Separator in Runner

Is there a way to update separator to read CSV file in Postman Runner. By Default is “,”. But I would like to change it as “;”.

Maybe there is a postman javascript reference that I could use in the pre-request script of my endpoint ?

https://www.postman.com/praveendvd-public/workspace/postman-tricks-and-tips/collection/8296678-f07ff931-a5dc-46c5-b0f0-f0c7f391909c?ctx=documentation

@engexploit use this approach , read the csv as environment variable and then parse it using pre-request