Skip to main content
Luca_Lattarini
Level 9
January 16, 2023
Resuelto

Manging Special Characters with API 1.4

  • January 16, 2023
  • 2 respuestas
  • 1058 visualizaciones

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

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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?

2 respuestas

seanrobinson
Adobe Employee
seanrobinsonAdobe EmployeeRespuesta
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