Expand my Community achievements bar.

SOLVED

Need to add spaces before stribg but getting "Number of invalid arguments on function 'Left'"

Avatar

Level 6

I need to updated a field, for this I need to make a reconciliation of 2 fields: 

my_original_field -> my_upcoming_field. 

My original_field has 4 spaces at the beginning. However "my_upcoming_field" doesn't.
So I tried: '    '+my_upcoming_field

But I'm getting: 07/15/2024 11:17:45 AM QUE-370012 Number of invalid arguments on function 'Left'

ogonzalesdiaz_0-1721060962418.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @god_prophet 

 

Try to move the concat logic to an enrichment and then use that newly created field in update data activity.


     Manoj
     Find me on LinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @god_prophet 

 

Try to move the concat logic to an enrichment and then use that newly created field in update data activity.


     Manoj
     Find me on LinkedIn