Kailash Nadh
Kailash Nadh
Yeah, I was able to reproduce the problem. Only the first record is converted. Let me investigate.
@Zuela, that's a gigantic XML file! Do you have a smaller sample?
@Zuela, I can confirm that only the first record gets converted, like the last issue. Not able to pinpoint where exactly the issue is.
@onemoretime could you please submit a pull request?
Thanks @dunnleaddress -- Merged https://github.com/knadh/xmlutils.py/commit/a58d7bef2ac49f6f453583ed643e56607c8a6cf9
Whew, completely lost track of this issue! Perhaps a new `NewLiveFS()` could be introduced that does this? Please feel free to send a PR if you have time @vividvilla.
Do you mean a chainable shorthand instead of the current: ```go sess, _ := session.Aquire(...,...) sess.Set('key1', 'value1') sess.Set('key2', 'value2') sess.Commit() ```
Yep, makes sense to have. Obviously, can't break the `Set()` API, so we can introduce a `SetM().SetM()...` (M = many / multi). @vividvilla ?
Hi @rofrol. Could you please explain the changes in the PR? Also, what does the reference to `rofrol/beho--zig-csv/archive/c8bbbeb894ef6835a4c0341fc2326b476a3e86d4.tar.gz` do?
Hi @JayVii. `%z` is a part of the Python datetime standard library. It should work. Works for me on Python v3.12.2. What version of Python are toy using?