New Source: XML Source #34967
mcoirad
started this conversation in
New Connector Request
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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