Well, sadly it was all user error (or maybe this is a good thing?). I'll post the solution to it just in case someone else runs into this problem. Sql Server Management Studio's Import Flat File wizard doesn't give very good error messages. I had assumed that my Data Type nvarchar(max) just wasn't enough for whatever reason and I kept getting a truncation error. Well I decided to test out if it was another column and put nvarchar(MAX) for all my char columns and it imported the data. So one of the columns wasn't being allocated enough space. I will go through and figure out which one it was later, but I thought I'd respond as soon as I figured it out here.
Thanks!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.