Manging Special Characters with API 1.4 | Community
Skip to main content
Luca_Lattarini
Level 9
January 16, 2023
Solved

Manging Special Characters with API 1.4

  • January 16, 2023
  • 1 reply
  • 1027 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by seanrobinson

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?

1 reply

seanrobinson
Adobe Employee
seanrobinsonAdobe EmployeeAccepted solution
Adobe Employee
January 25, 2023

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?
Luca_Lattarini
Level 9
January 26, 2023

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