ex: I have '12345' as a string and I have to compare that with a number.
Please provide me the solution how to convert the string to number. I
have tried using ToInteger('12345') and ToInt64('12345') in the test
activity but I am getting the error like "XTK-170007 Unknown function
'ToInt64'." Thanks in Advance.
Hi, I have the column separator as ";"(semi colon) under file structure
of the load activity, but when I have the input file with diff. column
separator (ex: "|" pipe). So how do I reject the file in the load file
activity. Thanks in Advance,
Ex: I have an Email field which is coming from the profile table using a
query and I want to pass this email to the external parameters. Please
help me in achieving the solution. Please see the screenshots attached
for your reference. 1. 2. In the Image 2, the constant value is passed
to the external parameter "Email" declared in the Image 1, So In place
of constant I would like to pass the dynamic value which is coming from
the inbound transition. Thanks in Advance.
Thank you for your time, but I want to read the Audience list not
querying the audience.Ex: I have an audience created using a workflow
every-time when it runs. So in another cleanup workflow I want to read
the audience which is created 10 days ago and extract the audience list
to a file and then delete that particular audience.
Hi,Can you please help me how to read the audience dynamically.Ex: I
have an audience created using a workflow every-time when it runs. So in
another cleanup workflow I want to read the audience which is created 10
days ago and extract the audience list to a file and then delete that
particular audience.Thanks in Advance.
Hi,I want to add a filed from the inbound transition in file name in
"Extact File" activity to make the file generated has dynamic file
name.Ex: I am getting first name field from the query/ Incremental query
activity and I want to include the first name field in the file name in
extract file activity.Could someone help me on this.Thanks in Advance.