Hello,
I generate a file joined to an email from CSV Table. In csv accentued characters are ok but in outlook attached file I don't get right ones.
in CSV Créé
in attached file Créé
How to solve this
Patrick
Hi @Anonymous
Can you please show me how you're adding the file?
This is a clear encoding issue but I don't know if you can change it while sending the email. It's a tricky one, but let's try to figure it out...
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Create CSV Table Output:
Beneficiaire,Division,Etat,Exercice,Nom
"Sanouiller, Patrick",FRMON,Attente Approbation,2021,Power Apps Débutant
Data in Excel:
Hi @Anonymous
Can you try to save the contents of the CSV table to a file <something>.csv and check if that file has the correct encoding. If it does, you can add the step of saving to a temp file, and sending in the email that CSV file already generated.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hello,
I created a csv file. when I open it in notepad all is ok but in excel still the error on accent .
Regards