CSV Export Upgrade (Skipped; Dictionary)

For the CSV export, would it be possible to include skipped words/characters in addition to learned, with skipped/normal as an added column? For my selfish purposes, this would help so much with text analysis (see my recent study log for details if interested :wink: ).

Additionally, at the moment, the dictionary section doesn’t have a CSV export option. I’m sure the mechanisms behind how the dictionary section is displayed is pretty different from the HH native pages, but this would also be great to have if possible!

1 Like

We can definitely add a dictionary export option.

For skipped, I think we should be able to add that. If not in the default dump, then at least when a query parameter is provided.

2 Likes

You can now get a csv of all of your dictionary words. I used :: as a delimiter for the definitions, since all other common ones were taken :sweat_smile:

Just append a .csv to the my-dictionary route, e.g. /simplified/my-dictionary.csv and it should work the same.

In addition, all of the csv export options now include a new column, skipped to indicate the item was skipped.

Let me know if you run into any issues!

3 Likes