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

kdb export csvstorage no output if parentKeys are missing #2304

Closed
markus2330 opened this issue Dec 17, 2018 · 5 comments
Closed

kdb export csvstorage no output if parentKeys are missing #2304

markus2330 opened this issue Dec 17, 2018 · 5 comments

Comments

@markus2330
Copy link
Contributor

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
@stale
Copy link

stale bot commented May 6, 2020

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 💖

@stale stale bot added the stale label May 6, 2020
@stale
Copy link

stale bot commented May 20, 2020

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 💖

@stale stale bot closed this as completed May 20, 2020
muskater added a commit to muskater/libelektra that referenced this issue Nov 16, 2021
@muskater muskater self-assigned this Nov 16, 2021
@4ydan 4ydan reopened this Nov 16, 2021
@stale stale bot removed the stale label Nov 16, 2021
@markus2330 markus2330 added the cm2022s for university course label Mar 7, 2022
@markus2330
Copy link
Contributor Author

@lawli3t is this still open?

@markus2330 markus2330 added floss2022w and removed cm2022s for university course labels Sep 25, 2022
@flo91 flo91 added the lang/c label Oct 5, 2022
Copy link

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 💖

@github-actions github-actions bot added the stale label Feb 18, 2024
Copy link

github-actions bot commented Mar 4, 2024

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 💖

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants