Skip to main content

I have an sftp client origin that reads the data from an sftp server in xml file format.

When processing 1MB  File it gave an error in reading “exceeded the maximum number of chars”.

I put the max to 2147483647 but it is not enough for the file to be processed , and i cannot increase the size more than this.

 

i checked parser.limit value and it was around 5mb in size.

and i cannot find xmlMaxObject config property to set .
Any help with that please ?

@N_ali 

May i know if you try to read file as whole file and process the same.

 


Reply