Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with insert having " ¿ "character on my database

Hello, I have a problem when I insert on my database simple texte, I have " ¿ " character befor the first character , why I have this ?

 

I extract my file with a tSOAP (getting file name) and get the file with tHttpRequest (url + file name) and i extract the data with tXMLmap and insert in my DB.

 

On tLogRow I don't have the "¿" but I have it on my DB, do you solved this ?

Labels (4)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

in tXMLmap,trie to remove the special charters.

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

in tXMLmap,trie to remove the special charters.

Anonymous
Not applicable
Author

I replacing allready the ' by space, cause in my sql query ' end the query

StringHandling.EREPLACE(row2.html," ' ","  ")

How can I using again EREPLACE function ?