ImportCsvCMSOWithTab.json

From Documentation de la solution web de gestion OpenFlyers
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Présentation

Cette page contient le modèle d'import de relevé bancaire du format "CSV CMSO avec tabulation".

Modèle

<javascript>{

 "inputFormat": {
       "contentType" : "text\/csv",
       "charset" : "ISO-8859-15",
       "nbLineHeader" : "1",
       "nbLineFooter" : "0",
       "regex" : "/^([^\t]*)\t(?:[^\t]*)\t([^\t]*)\t([^\t]*)\t{0,2}([^\t]*)/i"
 },
 "field": [
   {
     "name": "account_entry_date",
     "format": {
       "name": "formatDate",
       "parameter": [
         "DD/MM/YYYY"
       ]
     }
   },
   {
     "name": "account_entry_comment"
   },
   {
     "name": "account_entry_debit"
   },
   {
     "name": "account_entry_credit"
   }
 ]

}</javascript>