I set up a daily automation to pull in a file import from an SFTP folder. For some reason, Marketing Cloud will not accept the columns as a "number" data type. We rounded the numbers to integers in our query so the file does not have any decimals. None of those fields get close to the limit (An integer, between -2,147,483,648 and 2,147,483,648). If we insert the columns as "Text", they all upload properly.
The issue is that need the columns to insert as numbers in order to use "greater than", "between", "less than" type rules in Journey Builder. I've been back and forth with support for almost a month at this point. They can't give me any recommendations outside of uploading them in as text. I tried inserting them one-by-one to locate if one column in particular is driving the error, but there is no commonality between the ones that fail and the ones that load.
Is there a limit to how many columns can be loaded in as "number"? Anyone else have a similar issue? Any suggestions on what I can do?