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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Aymen1
Contributor II
Contributor II

Mapping : String can't be empty

Hi everyone ,

I am working on the integration of the Pipedrive API.

After calling the API via tRestClient, I want to map the resulting data according to my own format but there is still the error message: "String can't be empty". since my data is in String not in body

Noted well: I used the tExtractJson, tConvertType but to no avail.

Another solution to offer? thanks in advance

Labels (3)
3 Replies
Anonymous
Not applicable

Hello,

Did you place a tConvertType component after your tRestClient component and convert the String to a Document? After that you can pass the String as a Document to tXMLMap component.

Best regards

Sabrina

Aymen1
Contributor II
Contributor II
Author

yes , I did that , my data is in string and the body is empty so i changed string to document and body to string but it gives no result.

Aymen1
Contributor II
Contributor II
Author

0693p00000AFcfoAAD.png0693p00000AFcnwAAD.png0693p00000AFcnDAAT.png