The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

RandyThompson's avatar
RandyThompson
New Contributor III
10 months 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
    10 months 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.