Cannot save the contents of a csv file as post_content within wp_update_post
If your tests are correct the problem is with the data in $csv_data. Before saving something to the database WP runs a lot of filters. Some are standard, others may be added by plugins. So, most likely some piece of code thinks the content of $csv_data is not fit to be stored in the database. … Read more