esmero / ami

Archipelago Multi Importer. A module of mass ingest made for the masses
GNU Affero General Public License v3.0
2 stars 4 forks source link

ISSUE-209: Adds a NULL return to canProcess so we can discern "exists" #210

Closed DiegoPino closed 1 month ago

DiegoPino commented 1 month ago

from other options

The logic is a bit weird here but basically allows in the case of file_csv_columns & "create" OP to still process children CSVs if the original ROW (processed at that time by the queue worker) can not ingest but just because the ADO itself is already there. No other exception

See #209