Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Fix importing CSV as attachment
Prior to this commit, if an importer has a CSV file as an attachment, the importer would fail because it would try to parse the attached CSV as the importer CSV. This commit will add a condition to only look for a CSV file that is NOT in the `/files` directory. Ref: - #989
- Loading branch information