New Source: XML Source #34967
Replies: 3 comments
-
Hey! I know I'm late to the party. But, we're getting there. If there is a specific API you need to ingest as an example, I would love to work with you on getting XML decoder — we've expanded from just JSON to JSONL and friends, and I have a PR with CSV support. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I also missed your reply. I am still interested in getting this done. If you can link me that PR I'll take a look and get started. Did my plan of action sound correct? |
Beta Was this translation helpful? Give feedback.
-
XML responses are already supported in Builder out of the box. |
Beta Was this translation helpful? Give feedback.
-
So have been considering using Airbyte as a tool for a new public governmental org, and one of the requirements is being able to handle XML files. For some reason had originally believed Airbyte had supported this, but as of now in the official docs it is listed as an unsupported format.
(For some reason, third party hosted docs listed it as supported. Wonder if they are AI generated or something. Thanks google.)
Noting that it has been brought up before here: #5109 , but the requirements are out of date. In addition it seems the S3 connector is undergoing a refactor, so would probably want to wait for that to finish.
I am potentially interested at taking a stab at implementation, from what I understand that would require:
--
pandas.read_xml
supports XLST for flattening XML documents into one table, potentially make that available as an optionxml
to list of supported formats in /airbyte-integrations/connectors/source-file/source_file/spec.jsonAm I missing anything? Does this sound possible? Has this not been done before for any specific reason? Have not yet contributed to Airbyte as a developer so imagine there are more things to consider.
Beta Was this translation helpful? Give feedback.
All reactions