libelektra
libelektra copied to clipboard
kdb export csvstorage no output if parentKeys are missing
Steps to Reproduce the Problem
kdb set /tests/csv/a1/a a1
kdb set /tests/csv/a2/a a2
kdb set /tests/csv/a3/a a3
kdb export /tests/csv csvstorage -c export=,export/a=
Expected Result
kdb export /tests/csv csvstorage -c export=,export/a=
#> a1
#> a2
#> a3
Actual Result
No output
Workaround
Create parentKeys:
kdb set /tests/csv/a1 a1
kdb set /tests/csv/a2 a2
kdb set /tests/csv/a3 a3
Implementation Hint
Create a plugin that automatically adds all parentKeys for convenience. This then can be added for kdb export and to make it easier for applications to iterate over keys.
System Information
- Elektra Version: master
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:
I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:
@lawli3t is this still open?
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart: