Skip to main content
July 22, 2025
Solved

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

  • July 22, 2025
  • 1 reply
  • 0 views

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 data it gets to 12% Complete - Translating Cache step. The only place I can find a reference to this field is on the file suffixed with '_RS'. 



BI Blend definition 



 

Error Msg: 



 

Best answer by RandyThompson

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. 



 

1 reply

RandyThompsonAuthorAnswer
July 23, 2025

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.