Hi

I am looking at using Yaml for exports.  I tried the example in the doc (on this page : https://doc.galette.eu/fr/master/usermanual/avancee.html) and 2 issues arose.

  1. Yaml linter says there is missing quote at the end of the last line
  2. Adding the quote, a Yaml file checker says its now OK but the export function crashes with a message as follows :



Type : ErrorException

Code : 0

Message : Undefined array key "name"

Fichier : /var/www/clients/client0/web3/web/lib/Galette/IO/CsvOut.php

Ligne : 245


Best regards

mrmodo