Add support for CSV file encoding

This commit is contained in:
2025-04-01 20:34:56 +02:00
parent 58b2d2c629
commit a0c6d28157
3 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ in
profiles = {
my-bank = {
parser = "pl.ing";
encoding = "utf8";
};
};