ImportCsvBNPIndividualWithSemicolon.json: Difference between revisions
Jump to navigation
Jump to search
imported>Eberthomieu (→Modèle) |
imported>Sgoossens m (Sgoossens a déplacé la page ImportCsvBNPWithSemicolon.json vers ImportCsvBNPIndividualWithSemicolon.json sans laisser de redirection) |
(No difference)
|
Revision as of 11:26, 5 December 2019
Présentation
Cette page contient le modèle d'import de relevé bancaire du format "CSV BNP avec point-virgule".
Modèle
<javascript>{
"inputFormat" : { "contentType" : "text\/csv", "charset" : "ISO-8859-15", "nbLineHeader" : "1", "nbLineFooter" : "0", "regex" : "/^([^;]*);([^;]*;[^;]*;[^;]*);([^;]*);?$/i" }, "field" : [ { "name" : "account_entry_date", "format" : { "name" : "formatDate", "parameter" : [ "DD/MM/YYYY" ] } }, { "name" : "account_entry_comment" }, { "name" : "account_entry_amount" } ]
}</javascript>