Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] <title> supporting XML conversion to dbt seeds #11370

Open
3 tasks done
aadishsanghvi opened this issue Mar 7, 2025 · 0 comments
Open
3 tasks done

[Feature] <title> supporting XML conversion to dbt seeds #11370

aadishsanghvi opened this issue Mar 7, 2025 · 0 comments
Labels
enhancement New feature or request triage

Comments

@aadishsanghvi
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

Describe the feature

I have a big use case where I want to convert incoming nested XML data into rows as columns of my database. Basically replicating what dbt seeds does for CSV, the same feature for XML data as well.

This feature makes sense for DBT because traditional ETL enterprise tools like Informatica, Pentaho and NiFi have already been offering this for the longest time.

Describe alternatives you've considered

Alternatives I have considered involved writing custom python scripts that convert XML to CSV, but the problem with this is XML schema for the file needs to be prior known. We need a solution that does this conversion regardless of the schema. You can find this implemented in spreadsheet tools like MS Excel and LibreOffice Calc.

Who will this benefit?

Anyone who has a use case to import XML data into their data pipelines.

Are you interested in contributing this feature?

Yes I would be happy to

Anything else?

No response

@aadishsanghvi aadishsanghvi added enhancement New feature or request triage labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant