Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm having a problem running an update query in Talend. I get the error that is attached. I can run the following query just fine in Snowflake without an issue. I works ok in Snowflake, but not in Talend. I have used other update statements in Talend with snowflake.
update "EMS"."PUBLIC"."PGA_CLEAN_SUBSCRIBED"
SET rydercup_2020 =
replace (rydercup_2020,'"','')
where email_address <> ''
Hi,
It seems you have created two posts for same query. Please refrain from creating multiple posts for same query as it will dilute the focus of Talend community members.
Since your other thread is more active and lot of solutions are already there, could you please close the current post?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
I tried the solution. It only works partly. It does remove the double quotes at the beginning of the field, but it does not remove the double quotes at the end of the field.
Hi,
Could you please share a sample record in code section, the Talend code you are using to do the task the current output?
Please share the screen shots of the conversion component.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
I could see that you have not given escape character to double quote.
Could you please try like below and let us know the results?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
I'm confused as that is a copy of the query that I was sent earlier. Now you are saying that it shouldn't work?
In your earlier query, you have not marked the double quotes as escape character. So your query must be breaking mid way.
Did you check the results after including the escape character?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂