08-17-2017, 03:56 AM
So basically add support for a new column called something like "file", where you can list the path to the file you want to use for each entry? I don't think that would be too difficult to add. If a file isn't listed for an entry, I would need to figure out the right way to handle that though. I'd probably have to ignore it.
One problem that I can see right now is that my current logic looks for a matching PDF when a CSV file is selected. In order to support this new option, I would have to figure out first if the file column is present in the CSV file. If it is, I wouldn't require a matching PDF anymore, but I would probably have to ignore any entry that doesn't point to a valid file. If the column isn't present, then I would have to fall back to the current implementation where a matching PDF has to be present. Thoughts?
Mike
One problem that I can see right now is that my current logic looks for a matching PDF when a CSV file is selected. In order to support this new option, I would have to figure out first if the file column is present in the CSV file. If it is, I wouldn't require a matching PDF anymore, but I would probably have to ignore any entry that doesn't point to a valid file. If the column isn't present, then I would have to fall back to the current implementation where a matching PDF has to be present. Thoughts?
Mike