You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to parse an Excel sheet with 50,000 records, it works fine locally, but it breaks in Azure with System.OutOfMemory exception. When I delete unwanted columns manually and re-run the parser, it works fine. Is there a way to config the parser to avoid parsing certain columns?
The text was updated successfully, but these errors were encountered:
When I am trying to parse an Excel sheet with 50,000 records, it works fine locally, but it breaks in Azure with System.OutOfMemory exception. When I delete unwanted columns manually and re-run the parser, it works fine. Is there a way to config the parser to avoid parsing certain columns?
The text was updated successfully, but these errors were encountered: