Creating objects from .dtd file?

0
We want to make an API call to an outside service and download a report. The API call downloads the report as a .dtd file.  While we can go into Microsoft Excel and change this .dtd file to .xsl and import manually with the Excel Importer, we’d prefer to automate everything. Is there a way in Mendix to create a mapping from this .dtd file to Mendix objects?   Notes: - these reports are anywhere from 150k-280k rows - currently, we manually go into the external service and click a download button that downloads the reports as .csv, but the API call returns it in .dtd   Thanks in advance!
asked
0 answers