-
Notifications
You must be signed in to change notification settings - Fork 28
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
XML Writer #734
Comments
Right now we are not able to implement
Second library is unfortunately also not possible to use due to fact it internally uses package |
This should be solvable by implementing custom serialization logic in |
This task should be unblocked now due to #896 |
First attempt: #903 |
Currently, Flow can only read XML, but we should start looking into saving XML files as well.
There are two libraries that could help us achieve that:
Before actual coding, we should first look into converting Rows into XML, we will need to figure out how to determine what should be saved as a value and what should be saved as an attributes.
The text was updated successfully, but these errors were encountered: