Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Special characters in the artifact download

pavuluriv 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