Revision 45bcba78f9f722830ae4d0d51006f50ed02d5daa authored by ThieryMichel on 28 February 2017, 16:51:21 UTC, committed by GitHub on 28 February 2017, 16:51:21 UTC
[RFR] Validate fields completes attribute
2 parent s 89446bf + 53ace3e
Raw File
config.json
{
   "username": "user",
   "password": "secret",
   "naan": "67375",
   "subPublisherId": "39D",
    "loader": {
        "csv": {
            "quote": "\"",
            "delimiter": ";"
        },
        "tsv": {
            "quote": "\"",
            "delimiter": "\t"
        }
    },
   "exporters": [
       "csv"
   ]
}
back to top