smui icon indicating copy to clipboard operation
smui copied to clipboard

Batch synonyms from a csv file

Open willm opened this issue 7 months ago • 0 comments

Allow importing synonym rules from a CSV file, this saves users from having to go through the form multiple times to enter many synonyms. This implementation is very basic, it only supports synonym rules and doesn't add any tags. This can be extended if this is deemed useful.

I've used the papaparse package to parse the csv data.

Screenshot From 2025-04-18 15-23-33 Screenshot From 2025-04-18 15-24-15

Note I built this from the latest release commit rather than master because I'm having trouble to build/run the master branch, I think some versions of java/node have changed which I'm struggling to get right.

willm avatar Apr 18 '25 13:04 willm