We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Excel File Reading Limit

SkyDe
6 - Meteoroid

Hello,



I am seeing an issue with Alteryx reading an excel file.  I have narrowed it down after testing. The file is unable to be read by Alteryx after it exceeds  ~268 MB.  I have made this single dynamic input into its own flow, I have remapped it, dropped it manually in by itself

Is there a potential solution to this issue? I thought Alteryx wasn't limited on its file size.

Error Code is here: "String size limit reached: Strings are limited to 2147483648 bytes"

 



Please see the attached photo:

Largest file size that processes seems to be ~268MB / 269ish MB, the 269,919 KB file couldn't be read while the 268,280 KB can be read and the remainder of the workflow is completed. This is an all client report that I am only removing ~1.5k rows from a single client (to reduce bias) at a time and then saving, trimming again when I get an error and resaving until the file was read.

 

 

3 REPLIES 3
OTrieger
14 - Magnetar

@SkyDe 
This error is not relating to the file size but to the length of a string row.

 

Are these files are xlsx or csv?

apathetichell
20 - Arcturus

Yup - as @OTrieger points out - that limit is a single vw_string value/cell - so you'd have to be loading the entire contents of the excel file into a single row/field to hit this. Your screenshot is useless. Perhaps a screenshot of your flow? some configurations? the error message?

OTrieger
14 - Magnetar

@SkyDe 

You normally betting this error when the wrong delimiter is selected, as then Alteryx not manage to break the data into columns. Check which delimiter is needed.

Labels
Top Solution Authors