활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
Hi Chaitanya,
Try casting the "source expression" on the update data activity to integer by using advanced functions-
Hope this helps, Thanks!
Hi Chaitanya,
Try casting the "source expression" on the update data activity to integer by using advanced functions-
Hope this helps, Thanks!
Hi Prasanna,
I have tried with ToInteger()but still it is updating as "0".
조회 수
답글
좋아요 수
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!
조회 수
답글
좋아요 수
Hi Prasanna,
I am able to convert floating number to integer now
Thanks you for the help