Add csv export options

It could be amazing to be able to set up the download data as csv action, with at least these two options :

  • Options → Separator: e.g. ;
  • Options → Encoding: e.g. UTF-8
1 Like

Hi @Corner

Have you checked the CSV plugin? Download CSV | Documentation

Is there any limitation with it? Let me know and I will inform the team for us to add more features to it.

2 Likes

Sure I’m using it and it’s already very efficient ! I’m rather talking about little things like :

  • being able to enable accents (like “é”) in the headers of a csv export
  • being able to choose the separator that will be displayed in the export

Maybe it’s already there but I did’nt see it ! Currently I added a custom snippet that converts “.” to “,” and allows “é”

Thanks for your reply :slight_smile: