RandyThompson
9 days agoNew Contributor III
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 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:
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.