Hello, I have one field developer technology and it is many2many field and I want to export data from that field. so I want to convert this m2m field into a comma-separated string, for example, I want python,php,react to this kind of data.
How achieve this?