Skip to main content
harishbabub6381
October 17, 2023
Question

Actually i am getting a csv document from sftp to the staging table i am writing expression rule to count the data. so here i am getting a error memory threshold reached during output conversion. Can some one give perfect resolution for these.

  • October 17, 2023
  • 2 replies
  • 0 views

Actually i am getting a csv  document from sftp to the staging table i am writing expression rule to count the data. so here i am getting a error memory threshold reached during output conversion. Can some one give perfect resolution for these. 

2 replies

stefanhelzle0001
Brainy
October 17, 2023

The perfect solution ... without seen your code ... tricky!!!

It seems like you are loading too much data. Try to reduce it.

October 17, 2023

Depends if you need the number to be displayed in your Appian application. If you are just interested about the total count, 
a SQL statement will do the job:

SELECT COUNT(column_name) FROM table_name