View Single Post
Old 12-16-2020, 05:51 PM   #32
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,412
Karma: 6733754
Join Date: Nov 2009
Device: many
Yes but unfortunately it is a tree based list with parent and child nodes separated by /.

It has fields is_group, fullname, name, find, replace.

So if we were to use the filename as the fullname of the group, and assume all entries are part of that group, we would still need to derive a name for each entry, before adding the find and replace strings. Also order matters here as each entry is performed in the order they are found (so no sorting).

Seems like overkill but I guess we could name them by something like fix0001 through fixXXXX but that isn't very meaningful.

So it won't be as simple as reading in a delimited list. But it should be doable.


Quote:
Originally Posted by Doitsu View Post
AFAIK, users can only import and export Saved Searches .ini files.
KevinH is offline   Reply With Quote