Have a CSV file that I upload, it check to see if the product is already in the DB, if it is then it updates the buy price, if not then it inserts a new record.
This is done in a repeat.
Problem I am having is I am getting the response Response has been truncated after about 11,288 records. Am I missing something here or is there some form of limitations to this? I have about 20,000 products in the csv.
This message is for browser dev tools only, not from the server action. Seems firefox has some response size/length limit.
And you don’t really need the output option if you are not displaying this data on the front end.
ok I will give it a little longer, if there any way for me to add a count to the repeat so I can see where the records are unto, otherwise I’m blind on how many it has done.