Oxygene.json: Difference between revisions
Jump to navigation
Jump to search
imported>Jcheng (Created page with "<javascript>{ "outputFormat":{ "contentType":"text\/csv", "charset":"UTF-8", "charset":"ISO-8859-15", "fileName":"oxygene.csv", "converter":"ISO" },...") |
No edit summary |
||
Line 1: | Line 1: | ||
<javascript>{ | <syntaxhighlight lang="javascript"> | ||
{ | |||
"outputFormat":{ | "outputFormat":{ | ||
"contentType":"text\/csv", | "contentType":"text\/csv", | ||
Line 145: | Line 146: | ||
"separator":";", | "separator":";", | ||
"endLine":"\n" | "endLine":"\n" | ||
}</ | } | ||
</syntaxhighlight> |
Latest revision as of 11:56, 24 November 2024
{
"outputFormat":{
"contentType":"text\/csv",
"charset":"UTF-8",
"charset":"ISO-8859-15",
"fileName":"oxygene.csv",
"converter":"ISO"
},
"field":[
{
"text":""
},
{
"text":""
},
{
"text":"70"
},
{
"text":"EUR"
},
{
"name":"export_account"
},
{
"text":""
},
{
"text":""
},
{
"name":"converted_account_date",
"format":{
"name":"formatDate",
"parameter":[
"YYYYMMDD"
]
}
},
{
"text":""
},
{
"text":"VOL"
},
{
"name":"debit",
"format":{
"name":"formatNumber",
"parameter":[
"%0.2f"
]
},
"if":{
"leftPart":"debit",
"operator":">",
"rightPart":"0"
}
},
{
"name":"credit",
"format":{
"name":"formatNumber",
"parameter":[
"%0.2f"
]
},
"if":{
"leftPart":"debit",
"operator":"==",
"rightPart":"0"
}
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":"0"
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":"0"
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":"0"
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":"0"
},
{
"text":""
},
{
"text":""
},
{
"text":""
},
{
"text":"0"
}
],
"header":"CODSOC;CODAGE;NUMJL;MONNAIE_IDENT;NUMCP;COURS;CSECT;DTOPE;NPIEC;LIBEC;MTDEB;MTCRE;RELET;NIPIE;LIBAUTO;CB1;CR1;DE1;ME1;CB2;CR2;DE2;ME2;CB3;CR3;DE3;ME3;CB4;CR4;DE4;ME4;CB5;CR5;DE5;ME5;EXTERNE",
"separator":";",
"endLine":"\n"
}