You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments