Special characters in the artifact download

pavuluriv
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 10, 2020

We are using bamboo build to download the files from the Bitbucket server. The file is a SQL script file and has special characters. 

 

When the file is download to the bamboo directories, the special characters are replaced to something else.

 

In Bitbucket 

SELECT replace(replace(replace(replace(p_file_path, '¿'), 'ï'), '»'),
'¿')
INTO v_clob
FROM DUAL;

 

In Bamboo this is replaces as follows

SELECT replace(replace(replace(replace(p_file_path, '¿'), 'ï'), '»'),
'¿')
INTO v_clob
FROM DUAL;

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events