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
Describe the bug
When parsing and importing CSV file with empty cell values, it's getting imported and showing in import widget. The empty lines looks like this,
Describe the bug
When parsing and importing CSV file with empty cell values, it's getting imported and showing in import widget. The empty lines looks like this,
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Empty rows should not be imported and shown in review step.
Screenshots
Additional context
May we can work here
https://github.com/implerhq/impler.io/blob/next/apps/api/src/app/review/usecases/do-review/base-review.usecase.ts#L327
And here,
https://github.com/implerhq/impler.io/blob/next/apps/api/src/app/review/usecases/do-review/base-review.usecase.ts#L472
The text was updated successfully, but these errors were encountered: