ImportCsvCICWithComma.json: Difference between revisions

From Documentation de la solution web de gestion OpenFlyers
Jump to navigation Jump to search
imported>Jcheng
(Page créée avec « <javascript>{ "inputFormat" : { "contentType" : "text\/csv", "charset" : "ISO-8859-15", "hasHeader" : true, "regex" : "/(.*)(?:,)(?:.*)... »)
(No difference)

Revision as of 13:40, 23 November 2017

<javascript>{

   "inputFormat" : {
       "contentType" : "text\/csv",
       "charset" : "ISO-8859-15",
       "hasHeader" : true,
       "regex" : "/(.*)(?:,)(?:.*)(?:,)(.*)(?:,)(.*)(?:,)(?:.*)/i"
   },
   "field" : [
       {
           "name" : "account_entry_date",
           "format" : {
               "name" : "formatDate",
               "parameter" : [
                   "DD/MM/YYYY"
               ]
           }
       },
       {
           "name" : "account_entry_amount"
       },
       {
           "name" : "account_entry_comment"
       }
   ]

}</javascript>