Can I Consume API in Aperture?
How can I consume API in Aperture or how can I read/parse XML or JASON in Aperture
Tagged:
0
Best Answer
-
Clinton Jones Experian Elite
@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?
SDK https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/extend-data-studio-functionality/use-the-sdk/
Creating your own custom parser https://github.com/experiandataquality/aperture-data-studio-sdk#generating-a-custom-parser-from-a-new-or-existing-project
@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.
@Sueann See Thank you very much!
@Josh Boxer Thank you very much!