Expand my Community achievements bar.

SOLVED

Manging Special Characters with API 1.4

Avatar

Community Advisor

Hello everyone,

 

 

I am using API 1.4 with Datasource from external system to AA. Sometimes, the flow fails cause of special characters. 

Anyonone knows the complete list of special characters to be excluded during the API 1.4 call and how to exclude them.

 

Thanks,

Luca

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi @Luca_Lattarini , 

 

I've found that there at least three special characters in API 1.4. They are:

* Wild Card (e.g. "page*.html")
^ Starts With (e.g. "^http://")
$ Ends With (e.g. ".html$")
 
Are you trying to use other special characters?

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Hi @Luca_Lattarini , 

 

I've found that there at least three special characters in API 1.4. They are:

* Wild Card (e.g. "page*.html")
^ Starts With (e.g. "^http://")
$ Ends With (e.g. ".html$")
 
Are you trying to use other special characters?

Avatar

Community Advisor

Hello  @seanrobinson ,

Let me give more info about my question. Basically external system sends every day a file by using datasource to AA with API 1.4. Sometimes this file contains special characters and the job fails.  

Thanks

Luca