I have CSV file like this:
name_var;type_var;
id;string;
dt_depot;string;
num_artc;string
I want to delete the first's ; and replace the last ones by , so the output would look like:
name_var type_var,
id string,
dt_depot string,
num_artc string