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 call the function "reviews()" sometimes the amount of lines my output CSV file has is almost 50% more lines than my maximum value for reviews. In this specific case I noticed that its because of the "replyContent" and "repliedAt" columns that decide to take more space than they should.
So, my question is: Is there any way to drop this columns during the execution so they don't take any time being processed by the API?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I call the function "reviews()" sometimes the amount of lines my output CSV file has is almost 50% more lines than my maximum value for reviews. In this specific case I noticed that its because of the "replyContent" and "repliedAt" columns that decide to take more space than they should.
So, my question is: Is there any way to drop this columns during the execution so they don't take any time being processed by the API?
Beta Was this translation helpful? Give feedback.
All reactions