Hi All, This is an issue I've had when using esttab for several years that I've never been able to figure out: How to get the confidence interval results to post in a single cell when using esttab to export regression results to a .csv file. Instead, my confidence intervals values are broken up and posted into two cells (image below). I use the below code and can't find any mention of others dealing with this issue. Thanks in advance for solving a pet peeve!

esttab using "Regression tables.csv", b(2) ci(2) compress label replace

Array