I am currently using Excel but Excel does not like huge datasets (over 250K rows) and has error message. (The error message does not seem to cause the data to be inaccurate. It is just annoying.)
I also tried csv and json but both file types have numerous error messages in Alteryx, which seems to be because the dataset I have include a lot of string characters like comma. Therefore, Excel is better than those two.
Is there another file type you'd recommend?
I don't plan to use the PowerBI Rest API as the documentation on it said it has a lot of limitations like maximum rows and performance time.
Thank you.