I often get frustrated by Domo's need to define its own data structures. It might get quite a bit right, but what it gets wrong becomes a problem. In the file import, I see no way to define the data structure for each column. The best I can do is force the data type in the source file and try to trick Domo into creating the field I want. For example, Domo will try to make an ID field an integer, where I need a string. So I will inject an alpha character into the source.
Can we get some kind of functionality to set the data types for file import?