Is there a way of getting logs in .csv and not .txt?

I believe a long time ago, the default method of saving logs was a .csv file.
Now the logs are saved in a .txt file.

Is there a way we can still publish logs in a .csv file?
Can we at least have the option of which file format we want it in?

Afaik logs have always been saved as .txt file.

But you can write csv files with the csvSave command.

Why do you want a log file in CSV format?

In my opinion it would be useless to have the log in csv format because a csv is useful when it contains the information you need in a precise order. You can simply in your macro save the information you are interested in in csv and they will be in the format you need and you will only save what you need.

Here all info to save your custom csv

https://ui.vision/rpa/docs/selenium-ide/csvsave