Formatte du texte pour du CSV
function utils_format_text_for_csv($text) { return str_replace(PHP_EOL, ' ', strip_tags($text)); }