I have a line, that looks like this.
Das,Dwda,3145124,4,"7,5",6,"7,5",6,8,7,51,"5,5",10,17,"83,5"
I want to change all commas inside double quotes to a period with some command in bash like awk or sed.
I have a line, that looks like this.
Das,Dwda,3145124,4,"7,5",6,"7,5",6,8,7,51,"5,5",10,17,"83,5"
I want to change all commas inside double quotes to a period with some command in bash like awk or sed.