Can I Consume API in Aperture?
How can I consume API in Aperture or how can I read/parse XML or JASON in Aperture
Best Answer
-
@Mahulima there are a number of API options for using Aperture Data Studio, you will find these documented in an installation and referred to in the documentation Data Quality user documentation | Use the REST API (experianaperture.io)
In terms of parsing in XML or JSON files, you need a custom file parser for those filetypes, Data Studio natively supports other file types but can this can be extended with custom parsers using the SDK
1
Answers
-
@Clinton Jones Thank you very much for your response! I will look into the Referred Link for API.
Is there any documentation available for creating custom parser using SDK?
0 -
@Mahulima you will need a custom parser for .xml but Aperture should be able to support .json files. You can try uploading your .json file.
1 -
@Sueann See Thank you very much!
0 -
@Josh Boxer Thank you very much!
0