Hello,
I am running into errors when deigning a simple Excel to SQL transfer program. I will break them out by type below.
1. String (text) in number column: - I have a couple columns that are dollar values, but instead of writing $0 it has a text string for some reason. I tried to solve this by forcing the type to Double the with Select tool, then Imputing to replace Null with "0". When I run it I get a conversion error "...is not a valid number." This is on every null value, even after I tried to use the Data Cleansing tool to remove unwanted characters and letters. As a matter of fact, the Data Cleansing step is removing 0 rows for some reason.
2. I read that Alteryx uses ISO DateTime configuration DD-MM-YYYY HH:MM:SS. I'm using Microsoft SQL Server and the column I am trying to load to is also DateTime but "Processing Date 5/18/2023 is not a valid DateTime." When I change it to just Date, I get that "5/18/2023 is not a valid date." Maybe because it isn't a two digit month?
3. I simply cannot get the program to actually process the file like I have for other similar situations.