ImportCsvCICWithComma.json
Jump to navigation
Jump to search
<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>