eduardovaldes
12 months agoQrew Member
Number formatting in pipelines.
Number formatting in pipelines.
I am trying to pass some number values in a pipeline.
Simple from one table to another
My number formats are 123.456,78. I don't use 123456.78 or 123,456.78
Pipelines only work if the original number format field and the destiny field both are formatted with 123456.78.
Other setting multiplies de number by 10.
Have tried to look up the record before copying the value.
Only works with a run import API call, but I have to complicate the pipeline to use run imports….
Use a shadow table, transform the data and do an api call, merging the tables.
Is there a jinja transformation needed that can solve the problem?
------------------------------
eduardo valdes
------------------------------