You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice package, we have been playing around with converting xml data and xsd schemas to postgres tables schemas and data insertion. However, we would really like to use the delta table (https://www.chaosgenius.io/blog/delta-table/) format instead of the postgres format.
We are also curious if there are alternative packages that convert XSD & XML to delta table format.
Are there any plans to add this to the current library or can you advice us on alternative libraries.
Hi guys,
Nice package, we have been playing around with converting xml data and xsd schemas to postgres tables schemas and data insertion. However, we would really like to use the delta table (https://www.chaosgenius.io/blog/delta-table/) format instead of the postgres format.
We are also curious if there are alternative packages that convert XSD & XML to delta table format.
Are there any plans to add this to the current library or can you advice us on alternative libraries.
Thank you!