Skip to main content

Hi there,

i’m trying to transfer expenses out of excel into Moco (our Project-Management-Tool). The zap itself works but the numbers that are created in Moco are way too high. For example if it says 67,34 in my excelsheet there’s 6734 in Moco. It seems there’s some trouble regarding the comma. Does anyone have a solution for that? :) 

Regards,

Svea

Hi @conprimo 

Good question.

Please post screenshots with the data from a representative Zap Run for the DATA IN/OUT for each step: https://zapier.com/app/history/


Hi Troy,

thanks for your fast reply. The screenshots are attached.


...and the data out screenshots


@conprimo 

Appears MOCO ignores the comma in the number.

That might be due to the number format you are using.

MOCO may expect numbers as decimals.

 

You can try this in the Zap (or via Excel formula)…

Formatter > Text > Replace (replace comma with empty) t16,8 > 168]

Formatter > Number > Perform Math Operation (divide by 100) 0168 / 100 = 16.8]

 

DATA from Excel

 

DATA from Moco

 


Now it works! Big thanks :)