diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-03 22:03:51 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-03 22:03:51 +1300 |
commit | 152ec5b630c346850750d1822215bee17ee44cfe (patch) | |
tree | 930c18195292e76bdc780ef927aba7c38c5beb10 /src | |
parent | 234ab7fdc0b78124285d13346647c77aa042b330 (diff) |
Removed some extraneous comments
Diffstat (limited to 'src')
-rw-r--r-- | src/deck_convert.adb | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/src/deck_convert.adb b/src/deck_convert.adb index a8c8673..3d8d953 100644 --- a/src/deck_convert.adb +++ b/src/deck_convert.adb @@ -171,24 +171,9 @@ begin end if; - -- 1. extract media to a temporary file - -- 2. generate mapping of what media filenames correspond to what names in the zip - -- 3. extract collection.anki2 to a temporary file - -- 4. open collection.anki2 as an SQL database - -- 5. SELECT models from col - -- 6. store models in vector with id, flds, tmpls - -- 7. SELECT mid, flds FROM notes - -- 8. store as a map from mid -> array of flds values - -- 9. generate required output file names and dir names for each mid from base name - -- 10. for each of the models... - - -- CSV process - -- 10.1. write header to output file using the fld names in model - -- 10.2. write csv formatted row of each note for that model - -- 10.3. as that is being done, if any note needs media, extract from zip into relevant dir - - -- FMD process - -- 10.1. + + + -- Program functionality proper starts here Deck_IO.Open_Database (-Input_Name, Deck); |