What product/components do you use and which version/fix level?
10.5
Are you using a free trial or a product with a customer license?
Customer License
What are trying to achieve? Please describe in detail.
Im getting a 4GB (It has 20 millions of rows) csv file from SFTP using pub.client.sftp:get then when in my flow service pub.io.streamToString is executed with pub.client.sftp:get output throws a ArrayIndexOutOfBounsException. I think is about the size’s file because other files with less weight are processing sucessfully.
This data looks like this:
column1 |column2|column3
1 |value11|value12
2 |value21|value22
3 |value31|value32
...
20000000|value..|value...
Do you get any error messages? Please provide a full error message screenshot and log file.
java.lang.ArrayIndexOutOfBoundsException
Have you installed latest fixes for the products
Yes, all of them,
Can you help me, please? How Can I convert this InputStream to String if streamToString is failing?
#webMethods