GSheet Rows bulk upload with an array: 0 in first position is dropped for numbers such as 0,17

I’ve built a quite simple automation to parse a csv file received by email and bulk upload rows to Gsheet:

Problem:
in my Gsheet, all decimal numbers between 0 and 1 appear without the 0
“0,17” becomes “,17” …

Here is my bulk upload set-up:

I Already had to select “user entered” as Value input option VS raw (see this topic: GSheet Rows bulk upload with an array: " ' " is added automatically to each value - #2 by samliew)

Many thanks for your help