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 a failed import (column match), subsequent attempts fail with the error "Column match with this Column name and Import setting already exists" on several fields. i'm not sure yet which fields they pertain to, as they all look like this:
<ul class="errorlist">
<li>__all__
<ul class="errorlist">
<li>Column match with this Column name and Import setting already exists.</li>
</ul>
</li>
</ul>
The text was updated successfully, but these errors were encountered:
Found a clue, while trying to discover why some columns weren't importing: In the simple_import_columnmatch table, i have duplicate records for a few columns. These columns happen to have newline characters in their column_name value. So for every record with a column_name having a newline character, there is another record for a column_name without the newline character, but missing the "field_name" value. Otherwise, the records are the same. On import, those records without the newline character are being used, and no data is being imported for those columns because they don't have a field_name value. For now, i'll just modify the column headers, but perhaps we could have a test for this case.
After a failed import (column match), subsequent attempts fail with the error "Column match with this Column name and Import setting already exists" on several fields. i'm not sure yet which fields they pertain to, as they all look like this:
The text was updated successfully, but these errors were encountered: