Forum Discussion

RandyThompson's avatar
RandyThompson
New Contributor III
10 days ago
Solved

Error Message: A column named 'AccountType' already belongs to this DataTable.

Has anyone seen the above error message or have thoughts on what it might pertain to.  I am trying to load a delimited file to a BI Blend table. My test file only has 5 records. When I import the dat...
  • RandyThompson's avatar
    9 days ago

    I found the error, I had named one of the attributes to 'Account Type' which I guess is reserved. I changed the attribute name to 'Acct Type' and  the load worked.