German date formats seem supported, and also semi-ISO date formats. But there are other formats, like for example french/american formats (DD/MM/YYYY or MM/DD/YYYY) which are widely used but unsupported, which could force transformations on some CSV files before feeding them to the Recipients Importer.
Is there a way to parse more formats? Like for example using some kind of DateParser?
Thank you in advance.