내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Not able to convert Float to Integer

Avatar

Level 2

Hi,

We are downloading a file from SFTP and Updating data in Adobe Campaign Standard (ACS), here for some fields data in the file is floating the data type in ACS is Integer so while uploading the data that field is updated to '0' say for example the value is file is "123.0" ACS is updating as "0" but I want it to update as "123"

Can someone please help me on this

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 5

Hi Chaitanya,

Try casting the "source expression" on the update data activity to integer by using advanced functions-

1837912_pastedImage_0.png

1838024_pastedImage_1.png

Hope this helps, Thanks!

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Level 5

Hi Chaitanya,

Try casting the "source expression" on the update data activity to integer by using advanced functions-

1837912_pastedImage_0.png

1838024_pastedImage_1.png

Hope this helps, Thanks!

Avatar

Level 2

Hi Prasanna,

I have tried with ToInteger()but still it is updating as "0".

2.JPG1.JPG

Avatar

Level 5

Chaitanya,

May I know if you are seeing 125.0 in the transition coming into update data activity(to view data in transition, you have to go to workflow properties and select 'keep interim population' and run the workflow, select the transition and open transition)?

if you are not seeing it, then probably the issue is in data loading activity, could also be an issue with delimiters in the file.

Thanks!

Avatar

Level 2

Hi Prasanna,

I am able to convert floating number to integer now

Thanks you for the help