I'm having an issue with a file import data source in Domo. In my excel file, I have leading zeros and the data is stored as text, however when I import the file into Domo, it drops the leading zero and converts to a number.
Is there a way to set the data type on import as text so this issue doesn't happen ? I know I can just create an ETL to another table and use LPAD() to add my leading zero back I just want to avoid adding another table if possible.
Excel format
Data in Domo