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
After importing using a file, if you then choose to use raw data (textarea) for input, you be must clear the file value first, or it will try to import the file again (most likely resulting in error).
The import process seems to look for the file value first, before trying the raw data, so no raw data gets imported. Workaround is to clear file field by selecting and cancelling it.
A solution would be to clear the file input field if the import has been SUCCESSFUL. If the import has errors, you probably want to amend the file and use it again.
After importing using a file, if you then choose to use raw data (textarea) for input, you be must clear the file value first, or it will try to import the file again (most likely resulting in error).
The import process seems to look for the file value first, before trying the raw data, so no raw data gets imported. Workaround is to clear file field by selecting and cancelling it.
A solution would be to clear the file input field if the import has been SUCCESSFUL. If the import has errors, you probably want to amend the file and use it again.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: